[][src]Function envmnt::set_i64

pub fn set_i64<K: AsRef<OsStr>>(key: K, value: i64)

Sets the environment variable value.

Arguments

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