windows::Win32::System::Search

Trait IUrlAccessor4_Impl

pub trait IUrlAccessor4_Impl: IUrlAccessor3_Impl {
    // Required methods
    fn ShouldIndexItemContent(&self) -> Result<BOOL>;
    fn ShouldIndexProperty(&self, key: *const PROPERTYKEY) -> Result<BOOL>;
}

Required Methods§

fn ShouldIndexItemContent(&self) -> Result<BOOL>

fn ShouldIndexProperty(&self, key: *const PROPERTYKEY) -> Result<BOOL>

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.

Implementors§