Type Alias veilid_tools::PinBoxFutureLifetime

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

Aliased Type§

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