pub type FieldName = FieldKey;
Expand description
Field names are always strings.
Field names should always be treated as case insensitive by the fields
resource for the purposes of equality checking.
Aliased Typeยง
struct FieldName { /* private fields */ }