Commands

Type Alias Commands 

Source
pub type Commands = CommentedChildren<Command>;

Aliased Type§

pub struct Commands {
    pub comment: Option<String>,
    pub children: Vec<Command>,
}

Fields§

§comment: Option<String>§children: Vec<Command>