Type Alias Command

Source
pub type Command = Command;

Aliased Type§

pub struct Command {
    pub command: String,
    pub arguments: VecDeque<Value>,
}

Fields§

§command: String§arguments: VecDeque<Value>