Skip to main content

EnvCacheDir

Trait EnvCacheDir 

Source
pub trait EnvCacheDir {
    // Required method
    fn env_cache_dir(&self) -> Option<PathBuf>;
}

Required Methods§

Implementors§

Source§

impl EnvCacheDir for InMemorySys

Source§

impl EnvCacheDir for RealSys

Available on Windows and crate feature winapi, or Unix and crate feature libc only.