Record FieldInfopub

Source
:record(pub) FieldInfo
  .name Str
  .type TypeInfo
Description

Describes a single field of a record: its declared name and the TypeInfo of its type.

Fields

.name Str
.type TypeInfo