pub fn hex_to_buffer<'de, D>(deserializer: D) -> Result<Vec<u8>, D::Error> where
    D: Deserializer<'de>, 
Expand description

Deserializes a lowercase hex string to a Vec<u8>.