Skip to main content

Module btree_map

Module btree_map 

Source
Expand description

Archive implementation for B-tree maps.

Structsยง

ArchivedBTreeMap
An archived BTreeMap.
BTreeMapResolver
The resolver for ArchivedBTreeMap.
Iter
An iterator over the entires of an ArchivedBTreeMap.
IterSeal
An iterator over the entires of an ArchivedBTreeMap.
Keys
An iterator over the keys of an ArchivedBTreeMap.
Range
An iterator over a sub-range of entries of an ArchivedBTreeMap.
RangeSeal
A mutable iterator over a sub-range of entries of an ArchivedBTreeMap.
Values
An iterator over the values of an ArchivedBTreeMap.
ValuesSeal
A mutable iterator over the values of an ArchivedBTreeMap.