Function hex_to_bytes

Source
pub fn hex_to_bytes(hex: &str) -> Result<Vec<u8>, FromHexError>
Expand description

Convert a hex string to bytes