pub type Fields = IndexMap<String, Type>;
Fields of a braced struct syntax tree node with named fields.
The keys in the map are the field names.
pub struct Fields { /* private fields */ }