Trait parsed::parser::Applicator[][src]

pub trait Applicator {
    fn apply<T>(&mut self, parser: impl Matcher<T>) -> Result<T, MatchError>;
}

Required methods

fn apply<T>(&mut self, parser: impl Matcher<T>) -> Result<T, MatchError>[src]

Loading content...

Implementors

impl Applicator for ByteStream[src]

Loading content...