Type Alias veilid_tools::SendPinBoxFutureLifetime
source · pub type SendPinBoxFutureLifetime<'a, T> = PinBox<dyn Future<Output = T> + Send + 'a>;Aliased Type§
struct SendPinBoxFutureLifetime<'a, T> {}pub type SendPinBoxFutureLifetime<'a, T> = PinBox<dyn Future<Output = T> + Send + 'a>;struct SendPinBoxFutureLifetime<'a, T> {}