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