from_file

Function from_file 

Source
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.