IStorageProviderSuggestionsHandlerFactory_Impl

Trait IStorageProviderSuggestionsHandlerFactory_Impl 

pub trait IStorageProviderSuggestionsHandlerFactory_Impl: IUnknownImpl {
    // Required method
    fn CreateSuggestionsHandler(
        &self,
        cloudProviderId: &HSTRING,
    ) -> Result<IStorageProviderSuggestionsHandler>;
}

Required Methods§

fn CreateSuggestionsHandler( &self, cloudProviderId: &HSTRING, ) -> Result<IStorageProviderSuggestionsHandler>

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.

Implementors§