pub async fn get_env_var(env_var: &str) -> Result<Option<String>, Error>
Expand description

Return empty string if the env var is not set by the OS