Module fdb_rl::raw_record::primary_key
source · Expand description
Provides types and traits related to RawRecordPrimaryKey.
Structs
- We do not allow the primary key’s
TupleSchemaofRawRecordto be empty or to have aNullorVersionstampor a nullable type (such asMaybeXYZ) or an empty nested tuple. - Represents the schema for a
RawRecordPrimaryKey.
Traits
- Visitor 🔒Visitor for
PrimaryKeySchemaValidatorVisitor.