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

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

Required methods

Implementations on Foreign Types

Implementors