Function base::descriptor_reflection::with_as_descriptor::deserialize

source ยท
pub fn deserialize<'de, D, T>(de: D) -> Result<T, D::Error>
where D: Deserializer<'de>, T: FromRawDescriptor,