pub fn from_file<P, T>(path: P) -> Result<T, Error> where
    P: AsRef<Path>,
    T: DeserializeOwned
Expand description

Deserializes an instance of type T from a plist file of any encoding.