pub trait ITfCandidateListUIElementBehavior_Impl: Sized + ITfCandidateListUIElement_Impl {
    // Required methods
    fn SetSelection(&self, nindex: u32) -> Result<()>;
    fn Finalize(&self) -> Result<()>;
    fn Abort(&self) -> Result<()>;
}

Required Methods§

fn SetSelection(&self, nindex: u32) -> Result<()>

fn Finalize(&self) -> Result<()>

fn Abort(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§