[−][src]Trait sunrise_libuser::ipc::server::hrtb_hack::FutureCallback
A similar trait to FnMut() but moving the Ret associated trait to a generic position, simplifying stuff. See module docs.
Associated Types
Loading content...Required methods
fn call(&mut self, x: T) -> Self::Ret
See FnMut::call_mut().
Implementors
impl<T, O, F: FnMut<T>> FutureCallback<T, O> for F where
F::Output: Future<Output = O> + Send,
[src]
F::Output: Future<Output = O> + Send,