Function cargo::ops::cargo_config::maybe_env

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

Checks for environment variables that might be used.