pub type ParsedField<Architecture> = Field<FieldName, Architecture>;
Parsed field of a .SRCINFO file.
.SRCINFO
pub struct ParsedField<Architecture> { /* private fields */ }
Get the name of the field as a string slice.
Convert a FieldName into a ParsedField without an architecture.
FieldName
ParsedField