Function prepend_path_to_env_var

Source
pub fn prepend_path_to_env_var(
    var_name: &str,
    new_path: PathBuf,
) -> Result<OsString>
Expand description

Prepends the path so that it’s the first checked.