Function syn::visit::visit_path_segment[][src]

pub fn visit_path_segment<'ast, V: ?Sized>(v: &mut V, node: &'ast PathSegment) where
    V: Visit<'ast> + ?Sized
This is supported on crate feature visit only.