Trait IRegisteredSyncProvider_Impl
pub trait IRegisteredSyncProvider_Impl: IUnknownImpl {
// Required methods
fn Init(
&self,
pguidinstanceid: *const GUID,
pguidcontenttype: *const GUID,
pcontextpropertystore: Ref<'_, IPropertyStore>,
) -> Result<()>;
fn GetInstanceId(&self) -> Result<GUID>;
fn Reset(&self) -> Result<()>;
}Required Methods§
fn Init( &self, pguidinstanceid: *const GUID, pguidcontenttype: *const GUID, pcontextpropertystore: Ref<'_, IPropertyStore>, ) -> Result<()>
fn GetInstanceId(&self) -> Result<GUID>
fn Reset(&self) -> 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.