pub trait ITACDGroupEvent_Impl: Sized + 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>

Object Safety§

This trait is not object safe.

Implementors§