pub trait IUpdateIDList_Impl: Sized {
    // Required method
    fn Update(
        &self,
        pbc: Option<&IBindCtx>,
        pidlin: *const ITEMIDLIST
    ) -> Result<*mut ITEMIDLIST>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§