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