pub fn extract_bytes_key<'a>(
body: &'a Dictionary,
key: &str,
) -> Result<&'a [u8], PlistParseError>Expand description
Extract bytes from a specific key in a collection
pub fn extract_bytes_key<'a>(
body: &'a Dictionary,
key: &str,
) -> Result<&'a [u8], PlistParseError>Extract bytes from a specific key in a collection