pub type AstPath = Vec<PathComponent>;Expand description
A path through the AST for precise node identification. This allows us to precisely identify and modify any node in the tree.
Aliased Typeยง
pub struct AstPath { /* private fields */ }pub type AstPath = Vec<PathComponent>;A path through the AST for precise node identification. This allows us to precisely identify and modify any node in the tree.
pub struct AstPath { /* private fields */ }