logo
pub type TriggerEventFn<'message> = dyn FnMut(&[OnTrigger]) + 'message;
Expand description

The type of a callback function to receive trigger events.