Module leo_ast::passes::consumer

source ·
Expand description

This module contains a Consumer trait for the AST. Consumers are used to completely transform the AST without any restrictions on the output.

Traits§