[][src]Function bogobble::repeater::star_until

pub fn star_until<'a, A: Parser<'a>, B: Parser<'a>>(
    a: A,
    b: B
) -> StarUntil<A, B>