extract_string_key

Function extract_string_key 

Source
pub fn extract_string_key<'a>(
    body: &'a Dictionary,
    key: &str,
) -> Result<&'a str, PlistParseError>
Expand description

Extract an &str from a specific key in a collection