Skip to main content

CompletionDelivery

Type Alias CompletionDelivery 

Source
pub type CompletionDelivery = Pin<Box<dyn Future<Output = Result<(), CompletionDeliveryError>> + Send + 'static>>;
Expand description

Future returned by completion callback.

Aliased Typeยง

pub struct CompletionDelivery { /* private fields */ }