Function eos

Source
pub fn eos<I: Span, E>(input: I) -> IResult<I, (), E>
where E: ContextError<I> + ParseError<I>,