1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
symbols:
- kind: "function_item"
symbol_kind: "function"
name_field: "name"
method_when_scoped: true
is_scope: false
special: null
- kind: "struct_item"
symbol_kind: "struct"
name_field: "name"
method_when_scoped: false
is_scope: true
special: null
- kind: "enum_item"
symbol_kind: "enum"
name_field: "name"
method_when_scoped: false
is_scope: true
special: null
- kind: "trait_item"
symbol_kind: "interface"
name_field: "name"
method_when_scoped: false
is_scope: true
special: null
- kind: "type_item"
symbol_kind: "type"
name_field: "name"
method_when_scoped: false
is_scope: false
special: null
- kind: "const_item"
symbol_kind: "constant"
name_field: "name"
method_when_scoped: false
is_scope: false
special: null
- kind: "static_item"
symbol_kind: "constant"
name_field: "name"
method_when_scoped: false
is_scope: false
special: null
- kind: "mod_item"
symbol_kind: "module"
name_field: "name"
method_when_scoped: false
is_scope: true
special: null
- kind: "macro_definition"
symbol_kind: "function"
name_field: "name"
method_when_scoped: false
is_scope: false
special: null
scope_containers:
- kind: "impl_item"
name_field: "type"
body_field: "body"
is_method_scope: true
- kind: "trait_item"
name_field: "name"
body_field: "body"
is_method_scope: true
- kind: "mod_item"
name_field: "name"
body_field: "body"
is_method_scope: false
- kind: "enum_item"
name_field: "name"
body_field: "body"
is_method_scope: false
unwrap_nodes: