Trait IRTCWatcher2_Impl
pub trait IRTCWatcher2_Impl: IRTCWatcher_Impl {
// Required methods
fn Profile(&self) -> Result<IRTCProfile2>;
fn Scope(&self) -> Result<RTC_ACE_SCOPE>;
}
Required Methods§
fn Profile(&self) -> Result<IRTCProfile2>
fn Scope(&self) -> Result<RTC_ACE_SCOPE>
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.