Function syn::visit::visit_path_segment

source ·
pub fn visit_path_segment<'ast, V: Visit<'ast> + ?Sized>(
    _visitor: &mut V,
    _i: &'ast PathSegment
)