[][src]Function gobble::repeater::repeat_until

pub fn repeat_until<A: Parser<AV>, B: Parser<BV>, AV, BV>(
    a: A,
    b: B
) -> RepUntil<A, B, AV, BV>

Repeats the first parser until the second parser. returns a vec of the first parsers results