freya::core::types

Type Alias PotentialEvents

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

Potential events that might be emitted.

Aliased Typeยง

struct PotentialEvents { /* private fields */ }