Skip to main content

AsyncEventResult

Type Alias AsyncEventResult 

Source
pub type AsyncEventResult<'a> = Pin<Box<dyn Future<Output = Result<(), ListenerError>> + Send + 'a>>;
Expand description

Pinned future returned by an async listener.

Aliased Typeยง

pub struct AsyncEventResult<'a> { /* private fields */ }