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