Trait ICrmMonitorClerks_Impl
pub trait ICrmMonitorClerks_Impl: IDispatch_Impl {
// Required methods
fn Item(&self, index: &VARIANT) -> Result<VARIANT>;
fn _NewEnum(&self) -> Result<IUnknown>;
fn Count(&self) -> Result<i32>;
fn ProgIdCompensator(&self, index: &VARIANT) -> Result<VARIANT>;
fn Description(&self, index: &VARIANT) -> Result<VARIANT>;
fn TransactionUOW(&self, index: &VARIANT) -> Result<VARIANT>;
fn ActivityId(&self, index: &VARIANT) -> Result<VARIANT>;
}
Required Methods§
fn Item(&self, index: &VARIANT) -> Result<VARIANT>
fn _NewEnum(&self) -> Result<IUnknown>
fn Count(&self) -> Result<i32>
fn ProgIdCompensator(&self, index: &VARIANT) -> Result<VARIANT>
fn Description(&self, index: &VARIANT) -> Result<VARIANT>
fn TransactionUOW(&self, index: &VARIANT) -> Result<VARIANT>
fn ActivityId(&self, index: &VARIANT) -> Result<VARIANT>
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.