Function serde_utils::hex::decode

source ยท
pub fn decode(s: &str) -> Result<Vec<u8>, String>
Expand description

Decode data from a 0x-prefixed hex string.