Skip to main content

hex_to_bytes

Function hex_to_bytes 

Source
pub fn hex_to_bytes<'de, D>(deserializer: D) -> Result<Vec<u8>, D::Error>
where D: Deserializer<'de>,