pub type Parser<T> = Box<dyn Fn(&str, RestQuery) -> Option<Command<T>>>;
pub struct Parser<T>(/* private fields */);