Trait ISysStorageProviderHandlerFactory_Impl
pub trait ISysStorageProviderHandlerFactory_Impl: IUnknownImpl {
// Required methods
fn GetHttpRequestProvider(
&self,
syncRootId: &HSTRING,
) -> Result<ISysStorageProviderHttpRequestProvider>;
fn GetEventSource(
&self,
syncRootId: &HSTRING,
eventName: &HSTRING,
) -> Result<ISysStorageProviderEventSource>;
}
Required Methods§
fn GetHttpRequestProvider( &self, syncRootId: &HSTRING, ) -> Result<ISysStorageProviderHttpRequestProvider>
fn GetEventSource( &self, syncRootId: &HSTRING, eventName: &HSTRING, ) -> Result<ISysStorageProviderEventSource>
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.