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