Module exec

Module exec 

Source
Expand description

ExecutableModule and related types.

Structs§

ExecutableModule
Executable module together with its imports.
IndexedId
Indexed module ID containing a prefix part (e.g., snippet).
WildcardId
Module identifier that has a single possible value, which is displayed as *.
WithEnvironment
Container for an ExecutableModule together with an Environment.

Traits§

CompilerExt
Compiler extensions defined for some AST nodes, most notably, Block.
ModuleId
Identifier of an ExecutableModule. This is usually a “small” type, such as an integer or a string.