pub type FieldKey = String;
Expand description
Field keys are always strings.
Field keys should always be treated as case insensitive by the fields
resource for the purposes of equality checking.
§Deprecation
This type has been deprecated in favor of the field-name
type.
Aliased Type§
struct FieldKey { /* private fields */ }