Trait windows::Win32::UI::TextServices::ITfFnLMInternal_Impl

pub trait ITfFnLMInternal_Impl: Sized + ITfFnLMProcessor_Impl {
    // Required method
    fn ProcessLattice(&self, prange: Option<&ITfRange>) -> Result<()>;
}

Required Methods§

fn ProcessLattice(&self, prange: Option<&ITfRange>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§