fn env_var_expect_unicode( k: impl AsRef<OsStr>, ) -> Result<Option<String>, VarError>
A thin wrapper around std::env::var that returns None if the variable is not present.
std::env::var
None