in crates/libs/core/src/runtime/package_change/config.rs [18:27]
fn on_change(&self, change: &ConfigurationPackageChangeEvent);
}
// Bridge implementation for the change handler to turn rust code into SF com object.
#[windows_core::implement(IFabricConfigurationPackageChangeHandler)]
#[allow(non_camel_case_types)] // Suppress lint for _Impl struct
pub struct ConfigurationPackageChangeEventHandlerBridge<T>
where
T: ConfigurationPackageChangeEventHandler,
{