[][src]Module exonum_merkledb::key_set_index

An implementation of a set for items that utilize the BinaryKey trait.

KeySetIndex implements a set that stores elements as keys with empty values. The given section contains information on the methods related to KeySetIndex and the iterator over the items of this set.

Structs

KeySetIndex

A set of key items.

KeySetIndexIter

Returns an iterator over the items of a KeySetIndex.