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§
- Path
- A double-colon separated path/reference to a module/function. This can be used in an
importdeclaration and some other places. Paths with length of 1 are just Identifiers – Identifiers can be considered paths in some instances.