Function globalenv::unset_var

source ·
pub fn unset_var(var: &str) -> Result<(), EnvError>
Expand description

Unsets both global and local (process) environment variable.