Skip to main content

ITfTextLayoutSink_Impl

Trait ITfTextLayoutSink_Impl 

Source
pub trait ITfTextLayoutSink_Impl: IUnknownImpl {
    // Required method
    fn OnLayoutChange(
        &self,
        pic: Ref<'_, ITfContext>,
        lcode: TfLayoutCode,
        pview: Ref<'_, ITfContextView>,
    ) -> Result<(), Error>;
}

Required Methods§

Source

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".

Implementors§