Expand description
GroveDB subtree path manipulation library.
Structs§
- Subtree
Path - Path to a GroveDB’s subtree with no owned data and cheap to clone.
- Subtree
Path Builder - Path to a GroveDB’s subtree.
- Subtree
Path Iter - (Reverse) iterator for a subtree path. Because of implementation details (one way link between derivations) it cannot effectively iterate from the most shallow path segment to the deepest, so it have to go in reverse direction.