Function retina_core::utils::base64::deserialize
source ยท pub fn deserialize<'de, D: Deserializer<'de>>(d: D) -> Result<Vec<u8>, D::Error>
Expand description
Decodes Base64 string as a byte vector.
pub fn deserialize<'de, D: Deserializer<'de>>(d: D) -> Result<Vec<u8>, D::Error>
Decodes Base64 string as a byte vector.