Type Alias DynFuture

pub type DynFuture<'a> = Pin<Box<dyn Future<Output = ()> + Send + 'a>>;

Aliased Typeยง

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