Trait IDtcLuRmEnlistment_Impl
pub trait IDtcLuRmEnlistment_Impl: IUnknownImpl {
// Required methods
fn Unplug(&self, fconversationlost: BOOL) -> Result<()>;
fn BackedOut(&self) -> Result<()>;
fn BackOut(&self) -> Result<()>;
fn Committed(&self) -> Result<()>;
fn Forget(&self) -> Result<()>;
fn RequestCommit(&self) -> Result<()>;
}
Required Methods§
fn Unplug(&self, fconversationlost: BOOL) -> Result<()>
fn BackedOut(&self) -> Result<()>
fn BackOut(&self) -> Result<()>
fn Committed(&self) -> Result<()>
fn Forget(&self) -> Result<()>
fn RequestCommit(&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.