Expand description
A module for AST elements that represent a position in a source file. Implementing the Node trait allows an ergonomic means of extracting line and column information from an item.
Traitsยง
- Node
- A trait for AST elements that represent a position in a source file. Implementing this trait allows an ergonomic means of extracting line and column information from an item.