Module oas_common::record
source · [−]Structs
Record metadata.
A record with a strongly typed value.
An untyped record is a record without static typing. The value is encoded as a JSON object.
Enums
An error that occurs while decoding a record.
An error that occurs while encoding a record.
Traits
A trait to implement on value structs for typed [Record]s.