Type Alias SendPinBoxFuture

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

Aliased Typeยง

struct SendPinBoxFuture<T> {}