BoxedFuture

Type Alias BoxedFuture 

Source
pub type BoxedFuture<O> = Pin<Box<dyn Future<Output = O>>>;

Aliased Typeยง

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