Skip to main content

BoxedFuture

Type Alias BoxedFuture 

Source
pub type BoxedFuture<'a> = Pin<Box<dyn Future<Output = TaskResult> + Send + 'a>>;
Expand description

Type alias for boxed future result

Aliased Typeยง

pub struct BoxedFuture<'a> { /* private fields */ }