[][src]Function serde_hex::utils::intobyte

pub fn intobyte(a: u8, b: u8) -> Result<u8, ParseHexError>

attemt to convert a pair of bytes from a hexadecimal string into their underlying byte representation.