Trait windows::Win32::Globalization::ISpellChecker2_Impl
pub trait ISpellChecker2_Impl: Sized + ISpellChecker_Impl {
// Required method
fn Remove(&self, word: &PCWSTR) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.