Skip to main content

EventSinkFuture

Type Alias EventSinkFuture 

Source
pub type EventSinkFuture<'a> = Pin<Box<dyn Future<Output = Result<(), SinkError>> + Send + 'a>>;

Aliased Typeยง

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