pub fn visit_stream_node_tables_inner<F>(
stream_node: &mut StreamNode,
internal_tables_only: bool,
visit_child_recursively: bool,
f: F,
)
Expand description
Visit the tables of a StreamNode
.
pub fn visit_stream_node_tables_inner<F>(
stream_node: &mut StreamNode,
internal_tables_only: bool,
visit_child_recursively: bool,
f: F,
)
Visit the tables of a StreamNode
.