Type Alias BoxedStaticFuture

Source
pub type BoxedStaticFuture<T> = BoxFuture<'static, T>;
Expand description

BoxedStaticFuture is the type alias of [futures::future::BoxFuture].

Aliased Typeยง

struct BoxedStaticFuture<T> {}