from_hex

Function from_hex 

Source
pub fn from_hex(hex: &str) -> Option<Vec<u8>>
Expand description

Converts a hexadecimal string to bytes.