windows::Win32::UI::TextServices

Trait ITfRangeBackup_Impl

pub trait ITfRangeBackup_Impl: IUnknownImpl {
    // Required method
    fn Restore(&self, ec: u32, prange: Ref<'_, ITfRange>) -> Result<()>;
}

Required Methods§

fn Restore(&self, ec: u32, prange: Ref<'_, ITfRange>) -> 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.

Implementors§