pub fn visit_with<V>(v: &mut V, node: &With)where V: Visit + ?Sized,
Default traversal for With nodes. Visits each CTE.
With