BoxedSendFuture

Type Alias BoxedSendFuture 

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

Aliased Typeยง

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