Module below_store::cursor

source ·

Structs§

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

Traits§

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