Type Alias BoxedFuture

Source
pub type BoxedFuture<'a, T> = BoxFuture<'a, T>;
Expand description

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

Aliased Typeยง

struct BoxedFuture<'a, T> {}