Function markab_parser::and

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