decode_hex

Function decode_hex 

Source
pub fn decode_hex<T>(src: &[u8]) -> Result<T, Error>
where T: HexNumber,
Expand description

Decode a hexadecimal number.