windows::Win32::Globalization

Trait IComprehensiveSpellCheckProvider_Impl

pub trait IComprehensiveSpellCheckProvider_Impl: IUnknownImpl {
    // Required method
    fn ComprehensiveCheck(&self, text: &PCWSTR) -> Result<IEnumSpellingError>;
}

Required Methods§

fn ComprehensiveCheck(&self, text: &PCWSTR) -> Result<IEnumSpellingError>

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§