Function mz_testdrive::format::bytes::next_hex

source ·
fn next_hex<I>(iter: &mut I) -> Option<u8>
where I: Iterator<Item = u8>,
Expand description

Retrieves the value of the next hexadecimal digit in iter, if the next byte is a valid hexadecimal digit.