Trait IStorageProviderSearchHandlerFactory_Impl
pub trait IStorageProviderSearchHandlerFactory_Impl: IUnknownImpl {
// Required method
fn CreateSearchHandler(
&self,
cloudProviderId: &HSTRING,
) -> Result<IStorageProviderSearchHandler>;
}Required Methods§
fn CreateSearchHandler( &self, cloudProviderId: &HSTRING, ) -> Result<IStorageProviderSearchHandler>
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.