Type Alias vergen_lib::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 */ }