pub type BoxFuture<'a, T> = BoxFuture<'a, T>;
A conditionally compiled BoxFuture. Resolves to either BoxFuture or LocalBoxFuture, depending on the target.
BoxFuture
LocalBoxFuture
struct BoxFuture<'a, T> { /* private fields */ }