Trait wca::NamespaceParser
source · pub trait NamespaceParser {
// Required method
fn namespace(&self, input: &str) -> Result<Namespace<ParsedCommand>>;
}Expand description
Can parse Namespaces
pub trait NamespaceParser {
// Required method
fn namespace(&self, input: &str) -> Result<Namespace<ParsedCommand>>;
}Can parse Namespaces