pub trait Parser {
    fn parse(&mut self);
}

Required Methods§

Parses the input

Implementors§