BoxFuture

Type Alias BoxFuture 

Source
pub type BoxFuture = Pin<Box<dyn Future<Output = ()> + Send>>;

Aliased Typeยง

pub struct BoxFuture { /* private fields */ }