Trait IInkWordList_Impl
pub trait IInkWordList_Impl: IDispatch_Impl {
// Required methods
fn AddWord(&self, newword: &BSTR) -> Result<()>;
fn RemoveWord(&self, removeword: &BSTR) -> Result<()>;
fn Merge(&self, mergewordlist: Ref<'_, IInkWordList>) -> Result<()>;
}
Required Methods§
fn AddWord(&self, newword: &BSTR) -> Result<()>
fn RemoveWord(&self, removeword: &BSTR) -> Result<()>
fn Merge(&self, mergewordlist: Ref<'_, IInkWordList>) -> 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.