Trait IMbnConnectionContextEvents_Impl
pub trait IMbnConnectionContextEvents_Impl: IUnknownImpl {
// Required methods
fn OnProvisionedContextListChange(
&self,
newinterface: Ref<'_, IMbnConnectionContext>,
) -> Result<()>;
fn OnSetProvisionedContextComplete(
&self,
newinterface: Ref<'_, IMbnConnectionContext>,
requestid: u32,
status: HRESULT,
) -> Result<()>;
}
Required Methods§
fn OnProvisionedContextListChange( &self, newinterface: Ref<'_, IMbnConnectionContext>, ) -> Result<()>
fn OnSetProvisionedContextComplete( &self, newinterface: Ref<'_, IMbnConnectionContext>, requestid: u32, status: 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.