pub fn decode<Octets>(s: &str) -> Result<Octets, DecodeError>
Expand description
Decodes a string with Base 16 encoded data.
The function attempts to decode the entire string and returns the result
as an Octets
value.
pub fn decode<Octets>(s: &str) -> Result<Octets, DecodeError>
Decodes a string with Base 16 encoded data.
The function attempts to decode the entire string and returns the result
as an Octets
value.