Trait ISpITNProcessor_Impl
pub trait ISpITNProcessor_Impl: IUnknownImpl {
// Required methods
fn LoadITNGrammar(&self, pszclsid: &PCWSTR) -> Result<()>;
fn ITNPhrase(&self, pphrase: Ref<'_, ISpPhraseBuilder>) -> Result<()>;
}
Required Methods§
fn LoadITNGrammar(&self, pszclsid: &PCWSTR) -> Result<()>
fn ITNPhrase(&self, pphrase: Ref<'_, ISpPhraseBuilder>) -> Result<()>
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.