StaticBoxedFuture

Type Alias StaticBoxedFuture 

Source
pub type StaticBoxedFuture<T> = BoxedFuture<'static, T>;

Aliased Typeยง

pub struct StaticBoxedFuture<T> { /* private fields */ }