Type Alias FieldName

Source
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ยง

pub struct FieldName { /* private fields */ }