Skip to main content
Module traversal
conjure_
cp
0.1.0
Module traversal
Module Items
Structs
In conjure_
cp::
parse::
tree_
sitter::
parser
conjure_cp
::
parse
::
tree_sitter
::
parser
Module
traversal
Copy item path
Source
Structs
ยง
WalkBFS
An iterator that traverses the syntax tree in breadth-first order.
WalkDFS
An iterator that traverses the syntax tree in pre-order DFS order.