[][src]Type Definition syn_codegen::Fields

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.