[][src]Function lip::right

pub fn right<'a, P1: 'a, P2: 'a, R1: 'a, R2: 'a, S: Clone + 'a>(
    parser1: P1,
    parser2: P2
) -> BoxedParser<'a, R2, S> where
    P1: Parser<'a, R1, S>,
    P2: Parser<'a, R2, S>, 

Run the left parser, then the right, last keep the right result and discard the left.