pub fn load_cached_from<T: DeserializeOwned>(
path: &Path,
root: &Path,
cache_dir: &Path,
) -> Option<T>Expand description
Like load_cached but with an explicit cache directory.
pub fn load_cached_from<T: DeserializeOwned>(
path: &Path,
root: &Path,
cache_dir: &Path,
) -> Option<T>Like load_cached but with an explicit cache directory.