pub fn eq<Event>(reference_event: Event) -> TriggerCondition<Event>Expand description
Constructs a trigger condition that triggers after an event has been received that is equal to the reference event.
pub fn eq<Event>(reference_event: Event) -> TriggerCondition<Event>Constructs a trigger condition that triggers after an event has been received that is equal to the reference event.