Expand description
Contains the traits used to encode and decode database content.
Traits§
- Bytes
Decode - A trait that represents a decoding structure.
- Bytes
Encode - A trait that represents an encoding structure.
- Comparator
- Define a custom key comparison function for a database.
- Lexicographic
Comparator - Define a lexicographic comparator, which is a special case of
Comparator
.
Type Aliases§
- Boxed
Error - A boxed
Send + Sync + 'static
error.