pub trait _EventConnector_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn ConnectTo(&self, application: Option<&_Application>) -> Result<()>;
    fn Disconnect(&self) -> Result<()>;
}

Required Methods§

fn ConnectTo(&self, application: Option<&_Application>) -> Result<()>

fn Disconnect(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§