Trait IRTCClientEvent_Impl
pub trait IRTCClientEvent_Impl: IDispatch_Impl {
// Required methods
fn EventType(&self) -> Result<RTC_CLIENT_EVENT_TYPE>;
fn Client(&self) -> Result<IRTCClient>;
}
Required Methods§
fn EventType(&self) -> Result<RTC_CLIENT_EVENT_TYPE>
fn Client(&self) -> Result<IRTCClient>
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.