Expand description
Module-qualified type path for Shape AST
TypePath represents a potentially module-qualified type reference as structured
segments. For example, foo::Bar is represented as ["foo", "Bar"] and plain
Bar as ["Bar"].
Structsยง
- Type
Path - A potentially module-qualified type reference.