Trait ITfSourceSingle_Impl
pub trait ITfSourceSingle_Impl: IUnknownImpl {
// Required methods
fn AdviseSingleSink(
&self,
tid: u32,
riid: *const GUID,
punk: Ref<'_, IUnknown>,
) -> Result<()>;
fn UnadviseSingleSink(&self, tid: u32, riid: *const GUID) -> Result<()>;
}
Required Methods§
fn AdviseSingleSink( &self, tid: u32, riid: *const GUID, punk: Ref<'_, IUnknown>, ) -> Result<()>
fn UnadviseSingleSink(&self, tid: u32, riid: *const GUID) -> Result<()>
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.