pub trait IPersistIDList_Impl: Sized + IPersist_Impl {
    // Required methods
    fn SetIDList(&self, pidl: *const ITEMIDLIST) -> Result<()>;
    fn GetIDList(&self) -> Result<*mut ITEMIDLIST>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§