Trait ISyncSessionState2_Impl
pub trait ISyncSessionState2_Impl: ISyncSessionState_Impl {
// Required methods
fn SetProviderWithError(&self, fself: BOOL) -> Result<()>;
fn GetSessionErrorStatus(&self, phrsessionerror: *mut HRESULT) -> Result<()>;
}
Required Methods§
fn SetProviderWithError(&self, fself: BOOL) -> Result<()>
fn GetSessionErrorStatus(&self, phrsessionerror: *mut HRESULT) -> 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.