windows::Win32::System::RealTimeCommunications

Trait IRTCUserSearchResult_Impl

pub trait IRTCUserSearchResult_Impl: IUnknownImpl {
    // Required method
    fn get_Value(&self, encolumn: RTC_USER_SEARCH_COLUMN) -> Result<BSTR>;
}

Required Methods§

fn get_Value(&self, encolumn: RTC_USER_SEARCH_COLUMN) -> Result<BSTR>

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.

Implementors§