Trait windows::Win32::UI::TextServices::ITfTextEditSink_Impl

pub trait ITfTextEditSink_Impl: Sized {
    // Required method
    fn OnEndEdit(
        &self,
        pic: Option<&ITfContext>,
        ecreadonly: u32,
        peditrecord: Option<&ITfEditRecord>,
    ) -> Result<()>;
}

Required Methods§

fn OnEndEdit( &self, pic: Option<&ITfContext>, ecreadonly: u32, peditrecord: Option<&ITfEditRecord>, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§