vergen

Type Alias CargoWarning

Source
pub type CargoWarning = Vec<String>;
Expand description

The vector of strings used to emit cargo:warning=VALUE cargo instructions

Aliased Typeยง

struct CargoWarning { /* private fields */ }