Trait IUpdateIDList_Impl
pub trait IUpdateIDList_Impl: IUnknownImpl {
    // Required method
    fn Update(
        &self,
        pbc: Ref<'_, IBindCtx>,
        pidlin: *const ITEMIDLIST,
    ) -> Result<*mut ITEMIDLIST>;
}Required Methods§
fn Update( &self, pbc: Ref<'_, IBindCtx>, pidlin: *const ITEMIDLIST, ) -> Result<*mut ITEMIDLIST>
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.