Trait IInkRecognizer2_Impl
pub trait IInkRecognizer2_Impl: 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>
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.