Function winnow::ascii::not_line_ending
source ยท pub fn not_line_ending<I, E: ParserError<I>>(
input: &mut I,
) -> PResult<<I as Stream>::Slice, E>
๐Deprecated since 0.5.35: Replaced with
till_line_ending
Expand description
Deprecated, replaced with till_line_ending