pub fn get_env_var(key: &str) -> Result<String>
Returns the environment variable for the given key.
key
Returns an error if the environment variable is not set.