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