wright::ast

Module identifier

Source
Available on crate feature ast-models only.
Expand description

Identifiers are used throughout wright as variable names, type names, function names, etc. Their modeling is pretty simple, and is defined here.

Structsยง

  • Identifiers are used as names for variables, functions, modules, etc. These are defined using Fragments of source code, which will contain the identifier itself.