Skip to main content

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 a string slice from a collection key.