Trait wca::NamespaceParser

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

Can parse Namespaces

Required Methods§

source

fn namespace(&self, input: &str) -> Result<Namespace<ParsedCommand>>

Parses first namespace from string

Implementors§