Expand description
Database of byte-slices keyed to their hash.
Traitsยง
- Upcast trait.
- Trait modelling datastore keyed by a hash defined by the
Hasher
. - Trait describing an object that can hash a slice of bytes. Used to abstract other types over the hashing algorithm. Defines a single
hash
method and anOut
associated type with the necessary bounds.