windows::Win32::UI::TextServices

Trait ITfCleanupContextSink_Impl

pub trait ITfCleanupContextSink_Impl: IUnknownImpl {
    // Required method
    fn OnCleanupContext(
        &self,
        ecwrite: u32,
        pic: Ref<'_, ITfContext>,
    ) -> Result<()>;
}

Required Methods§

fn OnCleanupContext(&self, ecwrite: u32, pic: Ref<'_, ITfContext>) -> 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.

Implementors§