Skip to main content

Module type_path

Module type_path 

Source
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ยง

TypePath
A potentially module-qualified type reference.