get_env_var

Function get_env_var 

Source
pub fn get_env_var(key: &str) -> Result<String>
Expand description

Returns the value of the environment variable for the given key.

ยงErrors

Returns an error if the environment variable is not set.