Skip to main content

ITfInputScope2_Impl

Trait ITfInputScope2_Impl 

Source
pub trait ITfInputScope2_Impl: ITfInputScope_Impl {
    // Required method
    fn EnumWordList(&self) -> Result<IEnumString, Error>;
}

Required Methods§

Source

fn EnumWordList(&self) -> Result<IEnumString, Error>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§