pub trait EnvCacheDir {
// Required method
fn env_cache_dir(&self) -> Option<PathBuf>;
}Required Methods§
fn env_cache_dir(&self) -> Option<PathBuf>
Implementors§
impl EnvCacheDir for InMemorySys
impl EnvCacheDir for RealSys
Available on Windows and crate feature
winapi, or Unix and crate feature libc only.