Trait ITfFnAdviseText_Impl
pub trait ITfFnAdviseText_Impl: ITfFunction_Impl {
// Required methods
fn OnTextUpdate(
&self,
prange: Ref<'_, ITfRange>,
pchtext: &PCWSTR,
cch: i32,
) -> Result<()>;
fn OnLatticeUpdate(
&self,
prange: Ref<'_, ITfRange>,
plattice: Ref<'_, ITfLMLattice>,
) -> Result<()>;
}
Required Methods§
fn OnTextUpdate( &self, prange: Ref<'_, ITfRange>, pchtext: &PCWSTR, cch: i32, ) -> Result<()>
fn OnLatticeUpdate( &self, prange: Ref<'_, ITfRange>, plattice: Ref<'_, ITfLMLattice>, ) -> 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.