[][src]Function envmnt::set_f64

pub fn set_f64<K: AsRef<OsStr>>(key: K, value: f64)

Sets the environment variable value.

Arguments

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