[][src]Function creator_plist::from_reader_xml

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

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