for_each_expr

Function for_each_expr 

Source
pub fn for_each_expr<F>(node: &impl Node, f: F)
where F: FnMut(&Expr),