winnow::ascii

Function till_line_ending_

Source
fn till_line_ending_<I, E: ParserError<I>, const PARTIAL: bool>(
    input: &mut I,
) -> Result<<I as Stream>::Slice, E>
where I: StreamIsPartial + Stream + Compare<&'static str> + FindSlice<(char, char)>, <I as Stream>::Token: AsChar + Clone,