wright::ast

Module path

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

Paths are used in import statements, and can take the place of an Identifier in many people.

Structs§

  • A double-colon separated path/reference to a module/function. This can be used in an import declaration and some other places. Paths with length of 1 are just Identifiers – Identifiers can be considered paths in some instances.