pub fn get_env_string_optional(env_name: &str) -> Option<String>
Expand description

Get an environment variable as an optional String.