fn next_hex<I>(iter: &mut I) -> Option<u8>where I: Iterator<Item = u8>,
Retrieves the value of the next hexadecimal digit in iter, if the next byte is a valid hexadecimal digit.
iter