unset_var

Function unset_var 

Source
pub fn unset_var(name: &str) -> bool
Expand description

Unsets environment variable using unsetenv.

Returns true on success.