pub type PotentialEvents = HashMap<String, Vec<(EntityId, FreyaEvent)>, BuildHasherDefault<FxHasher>>;
Expand description

Potential events that might be emitted.

Aliased Type§

struct PotentialEvents { /* private fields */ }