Type Alias TriggerFuture

Source
type TriggerFuture = Pin<Box<dyn Future<Output = Value> + Send + 'static>>;

Aliased Typeยง

#[repr(transparent)]
struct TriggerFuture { /* private fields */ }