Module common
Available on crate feature
provider
only.Expand description
Common types used throughout the abstraction.
Type Aliases§
- Iter
Pair Result - A key-value pair coming from an iterator.
- KeyValue
- A key-value pair for table
T
. - Pair
Result - A fallible key-value pair that may or may not exist.
- Value
Only Result - A value only result for table
T
.