BoxedFuture

Type Alias BoxedFuture 

Source
pub type BoxedFuture<T> = Pin<Box<dyn Future<Output = T> + Send>>;

Aliased Typeยง

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