pub type FieldList = Parameters<Semi>;
A list of semicolon-separated VariableDeclarations.
struct FieldList(/* private fields */);
Struct: enforce semicolon after each field and field name.