Type Alias BoxFuture

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

A conditionally compiled BoxFuture. Resolves to either BoxFuture or LocalBoxFuture, depending on the target.

Aliased Typeยง

struct BoxFuture<'a, T> { /* private fields */ }