Type Alias freya_testing::prelude::PotentialEvents

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

Potential events that might be emitted.

Aliased Type§

struct PotentialEvents { /* private fields */ }