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

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