pub fn from_file<P: AsRef<Path>, T: DeserializeOwned>( path: P, ) -> Result<T, Error>
Deserializes an instance of type T from a plist file of any encoding.
T