pub fn visit_path_mut<V>(v: &mut V, node: &mut Path)where V: VisitMut + ?Sized,
Default mutable traversal for Path nodes. Visits the projection.
Path