Function plist::from_reader_xml

source ·
pub fn from_reader_xml<R: Read, T: DeserializeOwned>(
    reader: R
) -> Result<T, Error>
Expand description

Deserializes an instance of type T from a byte stream containing an XML encoded plist.