Type Definition syn_codegen::Fields

source ·
pub 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.