pub fn deserialize<'de, D: Deserializer<'de>>(d: D) -> Result<Vec<u8>, D::Error>
Expand description

Deserialize a hex String to a Vec<u8>