windows::Win32::UI::TextServices

Trait ITfPreservedKeyNotifySink_Impl

pub trait ITfPreservedKeyNotifySink_Impl: IUnknownImpl {
    // Required method
    fn OnUpdated(&self, pprekey: *const TF_PRESERVEDKEY) -> Result<()>;
}

Required Methods§

fn OnUpdated(&self, pprekey: *const TF_PRESERVEDKEY) -> 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§