pub trait IMsmDependency_Impl: Sized + 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<()>

Object Safety§

This trait is not object safe.

Implementors§