pub fn visit_stmt_update<V>(v: &mut V, node: &Update)where V: Visit + ?Sized,
Default traversal for Update nodes. Visits target, assignments, filter, and condition.
Update