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