Function require_env_with
Source pub fn require_env_with(
env: &impl Environment,
key: &str,
) -> Result<String, EnvError>
Expand description
Read a required value through an injected environment.
ยงErrors
Returns EnvError when key is absent or not valid Unicode.