Module fdb_rl::raw_record
source · Expand description
Provides RawRecord type and associated items.
Modules
- error 🔒Provides error constants for raw record module.
- pb 🔒Protobuf types.
- Provides types and traits related to
RawRecordPrimaryKey. - Provides types related to forward and reverse scan state machine.
Structs
- A wrapper around all information that can be determined about a record before serializing and deserializing it.
- A cursor that returns
RawRecords from the FDB database. - A builder for
RawRecordCursor. A value ofRawRecordCursorcan be built as shown below.
Enums
- Internal representation of
RawRecordcontinuation.