Trait ITsSbPlugin_Impl
pub trait ITsSbPlugin_Impl: IUnknownImpl {
// Required methods
fn Initialize(
&self,
pprovider: Ref<'_, ITsSbProvider>,
pnotifysink: Ref<'_, ITsSbPluginNotifySink>,
ppropertyset: Ref<'_, ITsSbPluginPropertySet>,
) -> Result<()>;
fn Terminate(&self, hr: HRESULT) -> Result<()>;
}
Required Methods§
fn Initialize( &self, pprovider: Ref<'_, ITsSbProvider>, pnotifysink: Ref<'_, ITsSbPluginNotifySink>, ppropertyset: Ref<'_, ITsSbPluginPropertySet>, ) -> Result<()>
fn Terminate(&self, hr: 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.