Trait ISpGramCompBackend_Impl
pub trait ISpGramCompBackend_Impl: ISpGrammarBuilder_Impl {
// Required methods
fn SetSaveObjects(
&self,
pstream: Ref<'_, IStream>,
perrorlog: Ref<'_, ISpErrorLog>,
) -> Result<()>;
fn InitFromBinaryGrammar(
&self,
pbinarydata: *const SPBINARYGRAMMAR,
) -> Result<()>;
}
Required Methods§
fn SetSaveObjects( &self, pstream: Ref<'_, IStream>, perrorlog: Ref<'_, ISpErrorLog>, ) -> Result<()>
fn InitFromBinaryGrammar( &self, pbinarydata: *const SPBINARYGRAMMAR, ) -> 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.