pub fn require_env(key: &str) -> Result<String, EnvError>
Read a required environment variable.
Returns EnvError when key is absent or not valid Unicode.
EnvError
key