pub trait ITTAPIEventNotification_Impl: Sized {
    // Required method
    fn Event(
        &self,
        tapievent: TAPI_EVENT,
        pevent: Option<&IDispatch>
    ) -> Result<()>;
}

Required Methods§

fn Event(&self, tapievent: TAPI_EVENT, pevent: Option<&IDispatch>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§