Function mz_testdrive::format::bytes::next_hex
source ยท fn next_hex<I>(iter: &mut I) -> Option<u8>
Expand description
Retrieves the value of the next hexadecimal digit in iter
, if the next
byte is a valid hexadecimal digit.