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,
Available on crate feature visit and (crate features derive or full) only.