Expand description
Provides types and traits for Record Layer cursors.
Modules
Structs
- Cursor returned by
Cursor::filtermethod. - Cursor returned by
Cursor::mapmethod. - The basic cursor for scanning ranges of the FDB database.
- A builder for
KeyValueCursor. A value ofKeyValueCursorcan be built as shown below.
Enums
- Error that occurred when advancing the
Cursor. - Track reason for in-band or out-of-band cursor termination.
Traits
- Types that represent the continuation of a
Cursor. - An asynchronous iterator that supports
Continuation.
Type Aliases
- Result obtained when
Cursoradvances.