Type Alias SendPinBoxFutureLifetime

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

Aliased Typeยง

struct SendPinBoxFutureLifetime<'a, T> {}