Module mem_query::record[][src]

Expand description

Traits describing individual records

This module defines two traits:

  • Record describes how a type can be treated as a record. If you are writing a custom record type, this is the trait to implement.
  • Record provides methods for user code to work with records, it is automatically implemented for all types that implement Record with an appropriate Header.

Modules

proj
rename
tuple

Structs

ErasedExtRecord
OpaqueRecord

Traits

BorrowRecord
ExternalRecord
FromExternalRecord
FromRecord
FromRecordImpl
FromRecordUnchecked
Record

Required methods for implementing a record