[][src]Function melib::parsec::take_until

pub fn take_until<'a, A, P>(end: P) -> impl Parser<'a, &'a str> where
    P: Parser<'a, A>,