paralegal_flow::args

Function env_var_expect_unicode

Source
fn env_var_expect_unicode(
    k: impl AsRef<OsStr>,
) -> Result<Option<String>, VarError>
Expand description

A thin wrapper around std::env::var that returns None if the variable is not present.