Module cursor

Module cursor 

Source

Structs§

StoreCursor
For read-only access to a store. Similar to an iterator, but support moving back and forth.
StoreOffset
Offset of a StoreCursor.

Traits§

Cursor
A read-only Iterator that can move back and forth.
KeyedCursor
A cursor that has keys bound to each position in ascending order. Making this generic so that each Cursor may define multiple Keys.