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