[][src]Function combinedfun::eof

pub fn eof<I, E>() -> Parser<impl ParserImpl<I, Output = (), Error = E>, I> where
    I: HasEof,
    E: EofError<I>, 

Fails if the input isn't empty.