Skip to main content

traverse_ast

Function traverse_ast 

Source
pub fn traverse_ast<V: AstVisitor>(tree: &Tree, content: &str, visitor: &mut V)
Expand description

Traverse an AST with a visitor