pub trait EnvironmentReader: Send { // Required method fn var_os(&self, key: &str) -> Option<OsString>; }