load_bincode

Function load_bincode 

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