pub fn extract_string_key<'a>(
body: &'a Dictionary,
key: &str,
) -> Result<&'a str, PlistParseError>Expand description
Extract a string slice from a collection key.
pub fn extract_string_key<'a>(
body: &'a Dictionary,
key: &str,
) -> Result<&'a str, PlistParseError>Extract a string slice from a collection key.