BoxFuture

Type Alias BoxFuture 

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

Aliased Typeยง

pub struct BoxFuture<O> { /* private fields */ }