Type Alias PinBoxFuture

Source
pub type PinBoxFuture<T> = PinBox<dyn Future<Output = T> + 'static>;

Aliased Typeยง

struct PinBoxFuture<T> {}