Structs§
- Context
- Transaction context.
- Id
- Globally unique transaction id in this frontend instance.
- Implicit
Auto Commit Guard - A guard that auto commits an implicit transaction when dropped. Do nothing if an explicit transaction is in progress.
- Write
Guard - A guard that permits write operations in the current transaction.
Enums§
- Access
Mode - Transaction access mode.
- State
- Transaction state.