Structs§
- Store
Cursor - For read-only access to a store. Similar to an iterator, but support moving back and forth.
- Store
Offset - Offset of a StoreCursor.
Traits§
- Cursor
- A read-only Iterator that can move back and forth.
- Keyed
Cursor - A cursor that has keys bound to each position in ascending order. Making this generic so that each Cursor may define multiple Keys.