[][src]Function melib::parsec::either

pub fn either<'a, P1, P2, A>(parser1: P1, parser2: P2) -> impl Parser<'a, A> where
    P1: Parser<'a, A>,
    P2: Parser<'a, A>,