[][src]Function envmnt::set_i8

pub fn set_i8<K: AsRef<OsStr>>(key: K, value: i8)

Sets the environment variable value.

Arguments

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