pub trait ICrmMonitorClerks_Impl: Sized + 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>

Object Safety§

This trait is not object safe.

Implementors§