transform_exprs

Function transform_exprs 

Source
pub fn transform_exprs<F>(ast: &mut RestrictedAst, transform: F)
where F: FnMut(&mut Expr),
Expand description

Transform an AST by calling a function on each expression