Function plist::from_reader
source · pub fn from_reader<R: Read + Seek, T: DeserializeOwned>(
reader: R
) -> Result<T, Error>Expand description
Deserializes an instance of type T from a seekable byte stream containing a plist of any encoding.