pub trait IInsertItem_Impl: Sized {
    // Required method
    fn InsertItem(&self, pidl: *const ITEMIDLIST) -> Result<()>;
}

Required Methods§

fn InsertItem(&self, pidl: *const ITEMIDLIST) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§