pub trait ConfigurationPackageChangeEventHandler: 'static {
// Required method
fn on_change(&self, change: &ConfigurationPackageChangeEvent);
}
Expand description
Rust trait to turn rust code into IFabricConfigurationPackageChangeHandler. Not exposed to user