pub type EventDelivery = Pin<Box<dyn Future<Output = Result<(), EventDeliveryError>> + Send + 'static>>;Expand description
Future returned by event delivery (no async_trait required).
Aliased Typeยง
#[repr(transparent)]pub struct EventDelivery { /* private fields */ }