Trait IPackageExecutionStateChangeNotification_Impl
pub trait IPackageExecutionStateChangeNotification_Impl: IUnknownImpl {
    // Required method
    fn OnStateChanged(
        &self,
        pszpackagefullname: &PCWSTR,
        pesnewstate: PACKAGE_EXECUTION_STATE,
    ) -> Result<()>;
}Required Methods§
fn OnStateChanged( &self, pszpackagefullname: &PCWSTR, pesnewstate: PACKAGE_EXECUTION_STATE, ) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.