Function glossa_codegen::highlight::dumps::from_dump_file
source · pub fn from_dump_file<T, P>(path: P) -> Result<T, Box<ErrorKind, Global>>where
T: DeserializeOwned,
P: AsRef<Path>,Expand description
Returns a fully loaded object from a binary dump file.