Trait windows::Win32::UI::TextServices::ITfCandidateString_Impl

pub trait ITfCandidateString_Impl: Sized {
    // Required methods
    fn GetString(&self) -> Result<BSTR>;
    fn GetIndex(&self) -> Result<u32>;
}

Required Methods§

fn GetString(&self) -> Result<BSTR>

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

Object Safety§

This trait is not object safe.

Implementors§