syn::visit_mut

Function visit_path_mut

source
pub fn visit_path_mut<V>(v: &mut V, node: &mut Path)
where V: VisitMut + ?Sized,