Trait IVssProviderNotifications_Impl
pub trait IVssProviderNotifications_Impl: IUnknownImpl {
// Required methods
fn OnLoad(&self, pcallback: Ref<'_, IUnknown>) -> Result<()>;
fn OnUnload(&self, bforceunload: BOOL) -> Result<()>;
}
Required Methods§
fn OnLoad(&self, pcallback: Ref<'_, IUnknown>) -> Result<()>
fn OnUnload(&self, bforceunload: BOOL) -> 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.