Trait IShellItemFilter_Impl
pub trait IShellItemFilter_Impl: IUnknownImpl {
// Required methods
fn IncludeItem(&self, psi: Ref<'_, IShellItem>) -> Result<()>;
fn GetEnumFlagsForItem(&self, psi: Ref<'_, IShellItem>) -> Result<u32>;
}
Required Methods§
fn IncludeItem(&self, psi: Ref<'_, IShellItem>) -> Result<()>
fn GetEnumFlagsForItem(&self, psi: Ref<'_, IShellItem>) -> Result<u32>
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.