Function next_hex_digit

Source
pub fn next_hex_digit<I>(cs: &mut I) -> Result<u32>
where I: Iterator<Item = char>,