Function get_env_var

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

Returns the environment variable for the given key.

§Errors

Returns an error if the environment variable is not set.