Trait IPersistIDList_Impl
pub trait IPersistIDList_Impl: IPersist_Impl {
    // Required methods
    fn SetIDList(&self, pidl: *const ITEMIDLIST) -> Result<()>;
    fn GetIDList(&self) -> Result<*mut ITEMIDLIST>;
}Required Methods§
fn SetIDList(&self, pidl: *const ITEMIDLIST) -> Result<()>
fn GetIDList(&self) -> 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.