Skip to main content

set_env

Function set_env 

Source
pub fn set_env(var: &str, value: &str)
Expand description

Set an environment variable in the current process. Only used in test context. SAFETY: var and value must be valid C strings.