Struct tmp_env::CurrentEnv [−][src]
pub struct CurrentEnv(_);
Expand description
A helper datastructure for ensuring that we unset the current environment variable before the end of the current scope.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CurrentEnvimpl Send for CurrentEnvimpl Sync for CurrentEnvimpl Unpin for CurrentEnvimpl UnwindSafe for CurrentEnv