pub fn decode(hex: &str) -> Result<Vec<u8>, DecodeError>
Try to decode a hex string to owned bytes (Vec<u8>).
Vec<u8>