Trait IShellChangeNotify_Impl
pub trait IShellChangeNotify_Impl: IUnknownImpl {
    // Required method
    fn OnChange(
        &self,
        levent: i32,
        pidl1: *const ITEMIDLIST,
        pidl2: *const ITEMIDLIST,
    ) -> Result<()>;
}Required Methods§
fn OnChange( &self, levent: i32, pidl1: *const ITEMIDLIST, pidl2: *const ITEMIDLIST, ) -> 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.