pub trait IRTCWatcherEvent_Impl: Sized + IDispatch_Impl {
// Required method
fn Watcher(&self) -> Result<IRTCWatcher>;
}
Required Methods§
fn Watcher(&self) -> Result<IRTCWatcher>
Object Safety§
This trait is not object safe.
pub trait IRTCWatcherEvent_Impl: Sized + IDispatch_Impl {
// Required method
fn Watcher(&self) -> Result<IRTCWatcher>;
}