Trait ITSGAccountingEngine_Impl
pub trait ITSGAccountingEngine_Impl: IUnknownImpl {
// Required method
fn DoAccounting(
&self,
accountingdatatype: AAAccountingDataType,
accountingdata: &AAAccountingData,
) -> Result<()>;
}
Required Methods§
fn DoAccounting( &self, accountingdatatype: AAAccountingDataType, accountingdata: &AAAccountingData, ) -> 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.