CargoRerunIfChanged

Type Alias CargoRerunIfChanged 

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

The vector of strings used to emit cargo:rerun-if-changed=VALUE cargo instructions

Aliased Typeยง

pub struct CargoRerunIfChanged { /* private fields */ }