Trait IImePlugInDictDictionaryList_Impl
pub trait IImePlugInDictDictionaryList_Impl: IUnknownImpl {
// Required methods
fn GetDictionariesInUse(
&self,
prgdictionaryguid: *mut *mut SAFEARRAY,
prgdatecreated: *mut *mut SAFEARRAY,
prgfencrypted: *mut *mut SAFEARRAY,
) -> Result<()>;
fn DeleteDictionary(&self, bstrdictionaryguid: &BSTR) -> Result<()>;
}
Required Methods§
fn GetDictionariesInUse( &self, prgdictionaryguid: *mut *mut SAFEARRAY, prgdatecreated: *mut *mut SAFEARRAY, prgfencrypted: *mut *mut SAFEARRAY, ) -> Result<()>
fn DeleteDictionary(&self, bstrdictionaryguid: &BSTR) -> 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.