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

Required Methods§

fn OnUpdated(&self, pprekey: *const TF_PRESERVEDKEY) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§