windows::Win32::UI::TextServices

Trait ITfThreadFocusSink_Impl

pub trait ITfThreadFocusSink_Impl: IUnknownImpl {
    // Required methods
    fn OnSetThreadFocus(&self) -> Result<()>;
    fn OnKillThreadFocus(&self) -> Result<()>;
}

Required Methods§

fn OnSetThreadFocus(&self) -> Result<()>

fn OnKillThreadFocus(&self) -> 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§