Skip to main content

EventDelivery

Type Alias EventDelivery 

Source
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ยง

pub struct EventDelivery { /* private fields */ }