Type Alias freya_core::types::PotentialEvents

source ·
pub type PotentialEvents = FxHashMap<String, Vec<(NodeId, FreyaEvent)>>;
Expand description

Potential events that might be emitted.

Aliased Type§

struct PotentialEvents { /* private fields */ }