pub trait IInkRecognizer2_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn Id(&self) -> Result<BSTR>;
    fn UnicodeRanges(&self) -> Result<VARIANT>;
}

Required Methods§

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

fn UnicodeRanges(&self) -> Result<VARIANT>

Object Safety§

This trait is not object safe.

Implementors§