Trait ISearchManager2_Impl
pub trait ISearchManager2_Impl: ISearchManager_Impl {
// Required methods
fn CreateCatalog(
&self,
pszcatalog: &PCWSTR,
) -> Result<ISearchCatalogManager>;
fn DeleteCatalog(&self, pszcatalog: &PCWSTR) -> Result<()>;
}
Required Methods§
fn CreateCatalog(&self, pszcatalog: &PCWSTR) -> Result<ISearchCatalogManager>
fn DeleteCatalog(&self, pszcatalog: &PCWSTR) -> 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.