pub fn var(key: &str, cap: &impl Has<EnvRead>) -> Result<String, VarError>
Reads an environment variable. Requires EnvRead permission.
EnvRead