Module import

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

Import declarations.

These are similar to the rust use ...; style delcarations however with the caveat that wright currently only supports a single path in declarations, rather than a tree of items with curly braces. (we also don’t support starting with a :: prefix yet).

Structs§

ImportDecl
A use item::from::elsewhere [as name]; declaration in a wright source file.