Crate heed_traits

Source
Expand description

Contains the traits used to encode and decode database content.

Traits§

BytesDecode
A trait that represents a decoding structure.
BytesEncode
A trait that represents an encoding structure.
Comparator
Define a custom key comparison function for a database.
LexicographicComparator
Define a lexicographic comparator, which is a special case of Comparator.

Type Aliases§

BoxedError
A boxed Send + Sync + 'static error.