Type Alias veilid_tools::SendPinBoxFuture

source ·
pub type SendPinBoxFuture<T> = PinBox<dyn Future<Output = T> + Send + 'static>;

Aliased Type§

struct SendPinBoxFuture<T> { /* private fields */ }