Skip to main content

save_cached_to

Function save_cached_to 

Source
pub fn save_cached_to<T: Serialize>(
    path: &Path,
    result: &T,
    root: &Path,
    cache_dir: &Path,
) -> bool
Expand description

Like save_cached but with an explicit cache directory.