visit_expr_map_mut

Function visit_expr_map_mut 

pub fn visit_expr_map_mut<V>(v: &mut V, node: &mut ExprMap)
where V: VisitMut + ?Sized,
Expand description

Default mutable traversal for ExprMap nodes. Visits the base expression and the map expression.