Type Alias veilid_tools::PinBoxFuture
source · pub type PinBoxFuture<T> = PinBox<dyn Future<Output = T> + 'static>;Aliased Type§
struct PinBoxFuture<T> { /* private fields */ }pub type PinBoxFuture<T> = PinBox<dyn Future<Output = T> + 'static>;struct PinBoxFuture<T> { /* private fields */ }