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
Error
is a trait representing the basic expectations for error values, i.e., values of typeE
inResult<T, E>
.