Constant bindgen::CargoCallbacks

source ·
pub const CargoCallbacks: CargoCallbacks;
👎Deprecated: Use CargoCallbacks::new() instead. Please, check the documentation for further information.
Expand description

Create a new CargoCallbacks value with CargoCallbacks::rerun_on_header_files disabled.

This constructor has been deprecated in favor of CargoCallbacks::new where CargoCallbacks::rerun_on_header_files is enabled by default.