pub trait IRTCBuddy_Impl: Sized + IRTCPresenceContact_Impl {
    // Required methods
    fn Status(&self) -> Result<RTC_PRESENCE_STATUS>;
    fn Notes(&self) -> Result<BSTR>;
}

Required Methods§

fn Status(&self) -> Result<RTC_PRESENCE_STATUS>

fn Notes(&self) -> Result<BSTR>

Object Safety§

This trait is not object safe.

Implementors§