Struct analyze::struct_::Field¶
- pub struct Field {}¶
Representation of a Struct field
Fields¶
- name:
Option<String>
The name of the field
- docstring:
String
The docstring of the field
- type_:
Vec<TypeSegment>
analyze::struct_::Field¶Representation of a Struct field
Option<String>
The name of the field
String
The docstring of the field
Vec<TypeSegment>