Type Alias 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.

Aliased Typeยง

pub struct Fields { /* private fields */ }