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>