pub type BoxedStaticFuture<T> = BoxFuture<'static, T>;Expand description
BoxedStaticFuture is the type alias of futures::future::BoxFuture.
Aliased Typeยง
pub struct BoxedStaticFuture<T> { /* private fields */ }pub type BoxedStaticFuture<T> = BoxFuture<'static, T>;BoxedStaticFuture is the type alias of futures::future::BoxFuture.
pub struct BoxedStaticFuture<T> { /* private fields */ }