pub fn from_dump_file<T: DeserializeOwned, P: AsRef<Path>>(path: P) -> Result<T>Expand description
Returns a fully loaded object from a binary dump file.
pub fn from_dump_file<T: DeserializeOwned, P: AsRef<Path>>(path: P) -> Result<T>Returns a fully loaded object from a binary dump file.