Trait _EventConnector_Impl
pub trait _EventConnector_Impl: IDispatch_Impl {
// Required methods
fn ConnectTo(&self, application: Ref<'_, _Application>) -> Result<()>;
fn Disconnect(&self) -> Result<()>;
}
Required Methods§
fn ConnectTo(&self, application: Ref<'_, _Application>) -> Result<()>
fn Disconnect(&self) -> Result<()>
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.