Function markab_parser::and

source ·
pub fn and<'a, 'b, P>(parser: P) -> AndParser<'a, 'b, P>where
    P: Parser<'a, 'b>,