Trait ITACDGroupEvent_Impl
pub trait ITACDGroupEvent_Impl: IDispatch_Impl {
// Required methods
fn Group(&self) -> Result<ITACDGroup>;
fn Event(&self) -> Result<ACDGROUP_EVENT>;
}
Required Methods§
fn Group(&self) -> Result<ITACDGroup>
fn Event(&self) -> Result<ACDGROUP_EVENT>
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.