Function abortable_parser::combinators::eoi[][src]

pub fn eoi<I: InputIter>(i: I) -> Result<I, ()>

Matches the end of input for any InputIter. Returns () for any match.