Trait windows::Win32::UI::TextServices::ITfCompartmentEventSink_Impl
pub trait ITfCompartmentEventSink_Impl: Sized {
// Required method
fn OnChange(&self, rguid: *const GUID) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.