pub fn set_i32<K: AsRef<OsStr>>(key: K, value: i32)
Expand description

Sets the environment variable value.

Arguments

  • key - The environment variable name
  • value - The new variable value