pub type CargoRerunIfChanged = Vec<String>;
The vector of strings used to emit cargo:rerun-if-changed=VALUE cargo instructions
cargo:rerun-if-changed=VALUE
struct CargoRerunIfChanged { /* private fields */ }