Type Definition syn_codegen::Fields[][src]

type Fields = IndexMap<String, Type>;
Expand description

Fields of a braced struct syntax tree node with named fields.

The keys in the map are the field names.