pub type PinBoxFutureStatic<T> = PinBoxFuture<'static, T>;Expand description
A PinBoxFuture with a 'static lifetime.
Aliased Typeยง
pub struct PinBoxFutureStatic<T> { /* private fields */ }pub type PinBoxFutureStatic<T> = PinBoxFuture<'static, T>;A PinBoxFuture with a 'static lifetime.
pub struct PinBoxFutureStatic<T> { /* private fields */ }