Skip to main content

CommandDecls

Type Alias CommandDecls 

Source
pub type CommandDecls = BTreeMap<SmolStr, CommandDecl>;
Expand description

The name-keyed [commands] declaration map.

Aliased Typeยง

pub struct CommandDecls { /* private fields */ }