Trait ISpContainerLexicon_Impl
pub trait ISpContainerLexicon_Impl: ISpLexicon_Impl {
// Required method
fn AddLexicon(
&self,
paddlexicon: Ref<'_, ISpLexicon>,
dwflags: u32,
) -> Result<()>;
}
Required Methods§
fn AddLexicon( &self, paddlexicon: Ref<'_, ISpLexicon>, dwflags: u32, ) -> 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.