pub trait ITfTextLayoutSink_Impl: IUnknownImpl {
// Required method
fn OnLayoutChange(
&self,
pic: Ref<'_, ITfContext>,
lcode: TfLayoutCode,
pview: Ref<'_, ITfContextView>,
) -> Result<(), Error>;
}Required Methods§
fn OnLayoutChange( &self, pic: Ref<'_, ITfContext>, lcode: TfLayoutCode, pview: Ref<'_, ITfContextView>, ) -> Result<(), Error>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".