pub trait ITransactionLastEnlistmentAsync_Impl: Sized {
    // Required method
    fn TransactionOutcome(
        &self,
        xactstat: XACTSTAT,
        pboidreason: *const BOID
    ) -> Result<()>;
}

Required Methods§

fn TransactionOutcome( &self, xactstat: XACTSTAT, pboidreason: *const BOID ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§