Type Alias freya::core::types::PotentialEvents
source · pub type PotentialEvents = HashMap<EventName, Vec<PotentialEvent>, FxBuildHasher>;
Expand description
Potential events that might be emitted.
Aliased Type§
struct PotentialEvents { /* private fields */ }