Module virtue::parse

source ·
Expand description

Module for parsing code. The main enum is Parse.

Structs

Enums

  • The location an attribute can be found at
  • The body of the enum or struct
  • The different field types an enum variant can have.
  • A single generic argument on a type
  • Reference to an enum variant’s field. Either by index or by ident.
  • Parser for Enum and Struct derives.
  • The visibility of a struct, enum, field, etc

Traits