windows::Win32::UI::TextServices

Trait ITfReverseConversionList_Impl

pub trait ITfReverseConversionList_Impl: IUnknownImpl {
    // Required methods
    fn GetLength(&self) -> Result<u32>;
    fn GetString(&self, uindex: u32) -> Result<BSTR>;
}

Required Methods§

fn GetLength(&self) -> Result<u32>

fn GetString(&self, uindex: u32) -> Result<BSTR>

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§