Function from_dump_file

Source
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.