Function winnow::combinator::eof
source · pub fn eof<I, E: ParserError<I>>(
input: &mut I,
) -> PResult<<I as Stream>::Slice, E>where
I: Stream,
pub fn eof<I, E: ParserError<I>>(
input: &mut I,
) -> PResult<<I as Stream>::Slice, E>where
I: Stream,