Trait IDtcToXaHelper_Impl
pub trait IDtcToXaHelper_Impl: IUnknownImpl {
// Required methods
fn Close(&self, i_fdorecovery: BOOL) -> Result<()>;
fn TranslateTridToXid(
&self,
pitransaction: Ref<'_, ITransaction>,
pguidbqual: *const GUID,
pxid: *mut XID,
) -> Result<()>;
}
Required Methods§
fn Close(&self, i_fdorecovery: BOOL) -> Result<()>
fn TranslateTridToXid( &self, pitransaction: Ref<'_, ITransaction>, pguidbqual: *const GUID, pxid: *mut XID, ) -> 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.