Skip to main content

load_from_file

Function load_from_file 

Source
pub fn load_from_file(path: &Path) -> Result<Vec<CacheRecord>, SerializeError>
Expand description

Restore records from the file at path.

Equivalent to opening the file and calling deserialize.