pub fn ascii_alpha<'a, I: InputIter<Item = &'a u8>>(i: I) -> Result<I, u8>
Expand description

ascii_alpha parses a single ascii alphabet character from an InputIter of bytes.