pub type PotentialEvents = HashMap<EventName, Vec<PotentialEvent>, BuildHasherDefault<FxHasher>>;
Expand description

Potential events that might be emitted.

Aliased Type§

struct PotentialEvents { /* private fields */ }