SafeFuture

Trait SafeFuture 

Source
pub trait SafeFuture:
    Future<Output = ()>
    + 'static
    + Send
    + Sync { }
Available on crate feature static only.

Implementors§

Source§

impl<T: Future<Output = ()> + 'static + Send + Sync> SafeFuture for T