windows::Win32::System::DistributedTransactionCoordinator

Trait ITipTransaction_Impl

pub trait ITipTransaction_Impl: IUnknownImpl {
    // Required methods
    fn Push(&self, i_pszremotetmurl: *const u8) -> Result<PSTR>;
    fn GetTransactionUrl(&self) -> Result<PSTR>;
}

Required Methods§

fn Push(&self, i_pszremotetmurl: *const u8) -> Result<PSTR>

fn GetTransactionUrl(&self) -> Result<PSTR>

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.

Implementors§