pub(crate) type CommandDispatcher = CommandDispatcher<CommandSource, SteelCommandRuntime>;Aliased Type§
pub(crate) struct CommandDispatcher {
id: u64,
nodes: Vec<CommandNode<CommandSource, SteelCommandRuntime>>,
}Fields§
§id: u64§nodes: Vec<CommandNode<CommandSource, SteelCommandRuntime>>