Function cargo::ops::cargo_config::maybe_env

source ·
fn maybe_env<'config>(
    config: &'config Config,
    key: &ConfigKey,
    cv: &ConfigValue
) -> Option<Vec<(&'config str, &'config str)>>
Expand description

Checks for environment variables that might be used.