pub fn set_u16<K: AsRef<OsStr>>(key: K, value: u16)
Expand description

Sets the environment variable value.

Arguments

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