[][src]Function gobble::repeater::star_until

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