Skip to main content

TriggerFuture

Type Alias TriggerFuture 

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

Future returned by Trigger::start.

Aliased Typeยง

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