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