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.