pub fn take_until0<T, I, Error: ParserError<I>>(
tag: T,
) -> impl Parser<I, <I as Stream>::Slice, Error>
👎Deprecated since 0.5.35: Replaced with
take_until
Expand description
Deprecated, see take_until
pub fn take_until0<T, I, Error: ParserError<I>>(
tag: T,
) -> impl Parser<I, <I as Stream>::Slice, Error>
take_until
Deprecated, see take_until