BoxFuture

Type Alias BoxFuture 

Source
pub type BoxFuture<I, E> = Pin<Box<dyn Future<Output = Result<I, E>> + Send + 'static>>;

Aliased Typeยง

pub struct BoxFuture<I, E> { /* private fields */ }