pub type CompletionDelivery = Pin<Box<dyn Future<Output = Result<(), CompletionDeliveryError>> + Send + 'static>>;
Future returned by completion callback.
pub struct CompletionDelivery { /* private fields */ }