Module stream_graph_visitor

Source

Functionsยง

visit_fragment
A utility for visiting the [NodeBody] of the [StreamNode]s in a [StreamFragment] recursively.
visit_fragment_mut
A utility for visiting and mutating the [NodeBody] of the [StreamNode]s in a [StreamFragment] recursively.
visit_internal_tables
Visit the internal tables of a [StreamFragment].
visit_stream_node
A utility for visiting the [NodeBody] of the [StreamNode]s recursively.
visit_stream_node_cont
A utility for to accessing the [StreamNode] immutably. The returned bool is used to determine whether the access needs to continue.
visit_stream_node_cont_mut
A utility for to accessing the [StreamNode] mutably. The returned bool is used to determine whether the access needs to continue.
visit_stream_node_internal_tables
visit_stream_node_mut
A utility for visiting and mutating the [NodeBody] of the [StreamNode]s recursively.
visit_stream_node_tables
visit_stream_node_tables_inner
Visit the tables of a [StreamNode].
visit_tables
Visit the tables of a [StreamFragment].