pub fn deserialize_rc_str<'de, D>(deserializer: D) -> Result<Rc<str>, D::Error>where
    D: Deserializer<'de>,
Expand description

Function that deserializes reference counted constant strings

This is intended for use with serde derive’s #[serde(deserialize_with = "path")] field attribute.