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