Expand description
Iterators over BaoTree nodes
Range iterators take a reference to the ranges, and therefore require a lifetime parameter. They can be used without lifetime parameters using self referencing structs.
Structs§
- Extended node info.
- Iterator over all chunks in a BaoTree in post-order.
- Iterator over all nodes in a tree in post-order.
- Iterator over all nodes in a BaoTree in pre-order.
- Iterator over all nodes in a BaoTree in pre-order that overlap with a given chunk range.
- Iterator over all nodes in a BaoTree in pre-order that overlap with a given chunk range.
- The owned version of
ResponseIterRef
. - An iterator that produces chunks in pre order.
Enums§
- A chunk describeds what to read or write next