Trait hime_redist::parsers::Parser [] [src]

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

Required Methods

Parses the input

Implementors