Trait IBDA_EventingService_Impl
pub trait IBDA_EventingService_Impl: IUnknownImpl {
// Required method
fn CompleteEvent(&self, uleventid: u32, uleventresult: u32) -> Result<()>;
}
Required Methods§
fn CompleteEvent(&self, uleventid: u32, uleventresult: u32) -> 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.