Expand description
Error types for the [async-txn] crate.
Errors
Enums§
- Transaction
Error - Error type for the transaction.
- WtmError
- Error type for write transaction.
Traits§
- Error
Erroris a trait representing the basic expectations for error values, i.e., values of typeEinResult<T, E>.