Type Alias vergen_lib::CargoRustcEnvMap
source · pub type CargoRustcEnvMap = BTreeMap<VergenKey, String>;Expand description
The map used to emit cargo:rustc-env=NAME=VALUE cargo instructions
Aliased Type§
struct CargoRustcEnvMap { /* private fields */ }