CargoWarning

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ยง

pub struct CargoWarning { /* private fields */ }