Module hir_expand::files
source · Expand description
Things to wrap other things in file ids.
Structs§
InFile<T>
stores a value ofT
inside a particular file/syntax tree.
Type Aliases§
AstId
points to an AST node in any file.
Things to wrap other things in file ids.
InFile<T>
stores a value of T
inside a particular file/syntax tree.AstId
points to an AST node in any file.