pub fn decode_hex_to_bytes(hex: &str) -> Result<Vec<u8>, WasmCommonError>Expand description
Decode a PostgreSQL-style hexadecimal byte string.
ยงErrors
Returns WasmCommonError::Decode for an odd length or a non-hexadecimal digit.
pub fn decode_hex_to_bytes(hex: &str) -> Result<Vec<u8>, WasmCommonError>Decode a PostgreSQL-style hexadecimal byte string.
Returns WasmCommonError::Decode for an odd length or a non-hexadecimal digit.