Trait IParseAndCreateItem_Impl
pub trait IParseAndCreateItem_Impl: IUnknownImpl {
    // Required methods
    fn SetItem(&self, psi: Ref<'_, IShellItem>) -> Result<()>;
    fn GetItem(&self, riid: *const GUID, ppv: *mut *mut c_void) -> Result<()>;
}Required Methods§
fn SetItem(&self, psi: Ref<'_, IShellItem>) -> Result<()>
fn GetItem(&self, riid: *const GUID, ppv: *mut *mut c_void) -> Result<()>
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.