Trait espr::parser::combinator::Tuple[][src]

pub trait Tuple<'a, O>: Clone {
    fn parse(&mut self, input: &'a str) -> ParseResult<'a, O>;
}

Required methods

Implementations on Foreign Types

Implementors