BoxFuture

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ยง

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