pub trait ITAgentEvent_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn Agent(&self) -> Result<ITAgent>;
    fn Event(&self) -> Result<AGENT_EVENT>;
}

Required Methods§

fn Agent(&self) -> Result<ITAgent>

fn Event(&self) -> Result<AGENT_EVENT>

Object Safety§

This trait is not object safe.

Implementors§