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>
where I: StreamIsPartial + Stream + Compare<&'static str>, <I as Stream>::Token: AsChar + Clone,
👎Deprecated since 0.5.35: Replaced with till_line_ending
Expand description

Deprecated, replaced with till_line_ending