Trait ITDispatchMapper_Impl
pub trait ITDispatchMapper_Impl: IDispatch_Impl {
// Required method
fn QueryDispatchInterface(
&self,
piid: &BSTR,
pinterfacetomap: Ref<'_, IDispatch>,
) -> Result<IDispatch>;
}
Required Methods§
fn QueryDispatchInterface( &self, piid: &BSTR, pinterfacetomap: Ref<'_, IDispatch>, ) -> Result<IDispatch>
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.