DynFuture

Type Alias DynFuture 

Source
pub type DynFuture<'a, T> = Pin<Box<dyn Future<Output = Result<T>> + 'a>>;
Available on crate feature host only.

Aliased Typeยง

pub struct DynFuture<'a, T> { /* private fields */ }