pub trait IUpdateSearcher3_Impl: Sized + 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<()>

Object Safety§

This trait is not object safe.

Implementors§