pub type BoxFuture<T> = BoxFuture<'static, T>;Expand description
A boxed static future.
- On native platforms, it needs a
Sendrequirement. - On the Web platform, it does not need a
Sendrequirement.
Aliased Typeยง
pub struct BoxFuture<T> { /* private fields */ }