Trait IMsmDependency_Impl
pub trait IMsmDependency_Impl: IDispatch_Impl {
// Required methods
fn Module(&self, module: *mut BSTR) -> Result<()>;
fn Language(&self, language: *mut i16) -> Result<()>;
fn Version(&self, version: *mut BSTR) -> Result<()>;
}
Required Methods§
fn Module(&self, module: *mut BSTR) -> Result<()>
fn Language(&self, language: *mut i16) -> Result<()>
fn Version(&self, version: *mut 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.