Function apple_bundle::from_file[][src]

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

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