pub fn decode<B: AsRef<[u8]>>(encoded_bytes: B) -> Result<Vec<u8>, Error>
Decode the given data from lower-case hexadecimal, returning a Vec<u8> of the decoded data on success, or an Error.
Vec<u8>
Error