pub fn visit_value_mut<V>(v: &mut V, node: &mut Value)where V: VisitMut + ?Sized,
Default mutable traversal for Value nodes. Visits the inner record if the value is a record variant.
Value