Trait ITransactionContext_Impl
pub trait ITransactionContext_Impl: IDispatch_Impl {
// Required methods
fn CreateInstance(&self, pszprogid: &BSTR) -> Result<VARIANT>;
fn Commit(&self) -> Result<()>;
fn Abort(&self) -> Result<()>;
}
Required Methods§
fn CreateInstance(&self, pszprogid: &BSTR) -> Result<VARIANT>
fn Commit(&self) -> Result<()>
fn Abort(&self) -> 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.