windows::UI::Input::Inking::Analysis

Trait IInkAnalyzerFactory_Impl

pub trait IInkAnalyzerFactory_Impl: IUnknownImpl {
    // Required method
    fn CreateAnalyzer(&self) -> Result<InkAnalyzer>;
}

Required Methods§

fn CreateAnalyzer(&self) -> Result<InkAnalyzer>

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.

Implementors§