[][src]Module exonum_merkledb::value_set_index

An implementation of a set of items that utilize the BinaryValue trait.

ValueSetIndex implements a set, storing an element as a value and using its hash as a key. The given section contains methods related to ValueSetIndex and iterators over the items of this set.

Structs

ValueSetIndex

A set of value items.

ValueSetIndexHashes

Returns an iterator over the hashes of items of a ValueSetIndex.

ValueSetIndexIter

Returns an iterator over the items of a ValueSetIndex.