AstPath

Type Alias AstPath 

Source
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 */ }