pub trait ExplicitEnv: Debug { // Required method fn explicit_env(&self) -> HashMap<String, OsString>; }