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