Function winnow::token::take_until1
source ยท pub fn take_until1<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