Skip to main content

from_dump_file

Function from_dump_file 

Source
pub fn from_dump_file<T: DeserializeOwned, P: AsRef<Path>>(
    path: P,
) -> Result<T, DumpError>
Expand description

Returns a fully loaded object from a binary dump file.