Function syn::visit::visit_path_segment

source ยท
pub fn visit_path_segment<'ast, V>(v: &mut V, node: &'ast PathSegment)
where V: Visit<'ast> + ?Sized,