pub fn set_isize<K: AsRef<OsStr>>(key: K, value: isize)
Expand description

Sets the environment variable value.

Arguments

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