Type Alias DynFuture

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

Aliased Typeยง

struct DynFuture<'a> {}