Trait ISpCFGInterpreterSite_Impl
pub trait ISpCFGInterpreterSite_Impl: IUnknownImpl {
// Required methods
fn AddTextReplacement(
&self,
preplace: *const SPPHRASEREPLACEMENT,
) -> Result<()>;
fn AddProperty(&self, pproperty: *const SPPHRASEPROPERTY) -> Result<()>;
fn GetResourceValue(&self, pszresourcename: &PCWSTR) -> Result<PWSTR>;
}
Required Methods§
fn AddTextReplacement(&self, preplace: *const SPPHRASEREPLACEMENT) -> Result<()>
fn AddProperty(&self, pproperty: *const SPPHRASEPROPERTY) -> Result<()>
fn GetResourceValue(&self, pszresourcename: &PCWSTR) -> Result<PWSTR>
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.