Module dist_tx::tm

source ·
Expand description

Transactions and the transaction manager trait, and a simple implementation.

Structs

SimpleTransactionManager
States of a TransactionManager.
The ID of a distributed transaction, in analogy to the X/Open XA standard.

Enums

Error of Transaction Manager.

Traits

A transaction manager for distributed transactions.

Type Definitions

Abbreviation for Result<T, XaError>.