Module cl_ast::ast_visitor::visit

source ·
Expand description

A visitor (implementer of the Visit trait) walks the immutable AST, mutating itself.

Traits§

  • Immutably walks the entire AST

Functions§