Trait windows::Win32::UI::TextServices::ITfLangBarItemSink_Impl

pub trait ITfLangBarItemSink_Impl: Sized {
    // Required method
    fn OnUpdate(&self, dwflags: u32) -> Result<()>;
}

Required Methods§

fn OnUpdate(&self, dwflags: u32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§