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.