load_from_file

Function load_from_file 

Source
pub fn load_from_file<T: DeserializeOwned>(path: &Path) -> Result<T, Error>