Type Alias vk_parse::Commands

source ·
pub type Commands = CommentedChildren<Command>;

Aliased Type§

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

Fields§

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