freya_core::types

Type Alias PotentialEvents

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

Potential events that might be emitted.

Aliased Typeยง

struct PotentialEvents { /* private fields */ }