Skip to main content

SubscriberFuture

Type Alias SubscriberFuture 

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

Boxed future returned by EventSubscriber::handle.

Aliased Typeยง

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