Skip to main content

BoxFuture

Type Alias BoxFuture 

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

Aliased Typeยง

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