Type Alias veilid_tools::SendPinBoxFutureLifetime

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

Aliased Type§

struct SendPinBoxFutureLifetime<'a, T> { /* private fields */ }