Type Alias PinBoxFutureLifetime

Source
pub type PinBoxFutureLifetime<'a, T> = PinBox<dyn Future<Output = T> + 'a>;

Aliased Typeยง

struct PinBoxFutureLifetime<'a, T> {}