pub type CompletionDelivery = Pin<Box<dyn Future<Output = Result<(), CompletionDeliveryError>> + Send + 'static>>;Expand description
Future returned by completion callback.
Aliased Typeยง
#[repr(transparent)]pub struct CompletionDelivery { /* private fields */ }