Function apple_bundle::from_reader[][src]

pub fn from_reader<R, T>(reader: R) -> Result<T, Error> where
    T: DeserializeOwned,
    R: Read + Seek
Expand description

Deserializes an instance of type T from a seekable byte stream containing a plist of any encoding.