Trait IUpdateSearcher2_Impl
pub trait IUpdateSearcher2_Impl: IUpdateSearcher_Impl {
// Required methods
fn IgnoreDownloadPriority(&self) -> Result<VARIANT_BOOL>;
fn SetIgnoreDownloadPriority(&self, value: VARIANT_BOOL) -> Result<()>;
}
Required Methods§
fn IgnoreDownloadPriority(&self) -> Result<VARIANT_BOOL>
fn SetIgnoreDownloadPriority(&self, value: VARIANT_BOOL) -> 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.