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