Type Alias zng_app::event::CommandSet
source · pub type CommandSet = HashSet<Command, BuildFxHasher>;
Expand description
Registered commands set.
Aliased Type§
struct CommandSet { /* private fields */ }
pub type CommandSet = HashSet<Command, BuildFxHasher>;
Registered commands set.
struct CommandSet { /* private fields */ }