[][src]Function gobble::reader::chars_until

pub fn chars_until<A: Parser<Out = char>, B: Parser>(
    a: A,
    b: B
) -> CharsUntil<A, B>