set_f64

Function set_f64 

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

Sets the environment variable value.

ยงArguments

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