Module sst::bounds_cursor

source ·
Expand description

Bounds cursor restricts a general cursor to be between some pair of keys.

Structs§

  • A BoundsCursor restricts another cursor to be between the provided start and end bounds.