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