Function decode

Source
pub fn decode<B: AsRef<[u8]>>(encoded_bytes: B) -> Result<Vec<u8>, Error>
Expand description

Decode the given data from lower-case hexadecimal, returning a Vec<u8> of the decoded data on success, or an Error.