Function imessage_database::util::plist::extract_array_key

source ยท
pub fn extract_array_key<'a>(
    body: &'a Dictionary,
    key: &str,
) -> Result<&'a Vec<Value>, PlistParseError>
Expand description

Extract an array from a specific key in a collection