pub trait ISpellChecker2_Impl: Sized + ISpellChecker_Impl {
    // Required method
    fn Remove(&self, word: &PCWSTR) -> Result<()>;
}

Required Methods§

fn Remove(&self, word: &PCWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§