pub fn from_hex(hex: &str) -> Result<Vec<u8>, String>
Expand description

Decode a hex string into bytes.