read_object_from_file

Function read_object_from_file 

Source
pub fn read_object_from_file<T: DeserializeOwned, P: AsRef<Path>>(
    path: P,
) -> Result<T>