Type Alias zng_app::event::CommandSet

source ·
pub type CommandSet = HashSet<Command, BuildFxHasher>;
Expand description

Registered commands set.

Aliased Type§

struct CommandSet { /* private fields */ }