Module leo_ast::passes::visitor

source ·
Expand description

This module contains Visitor trait implementations for the AST. It implements default methods for each node to be made given the type of node its visiting.

Traits§