Skip to main content

load_cached_from

Function load_cached_from 

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