Type Alias freya_core::types::PotentialEvents

source ·
pub type PotentialEvents = FxHashMap<EventName, Vec<PotentialEvent>>;
Expand description

Potential events that might be emitted.

Aliased Type§

struct PotentialEvents { /* private fields */ }