Skip to main content

BoxFuture

Type Alias BoxFuture 

Source
pub type BoxFuture<'a, T = Option<(bool, Value)>> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;

Aliased Typeยง

pub struct BoxFuture<'a, T = Option<(bool, Value)>> { /* private fields */ }