pub fn walk_module(module: &AirModule, visitor: &mut impl AirVisitor)Expand description
Walk an entire module, dispatching to the visitor.
pub fn walk_module(module: &AirModule, visitor: &mut impl AirVisitor)Walk an entire module, dispatching to the visitor.