pub fn visit_stream_node_tables_inner<F>( stream_node: &mut StreamNode, internal_tables_only: bool, visit_child_recursively: bool, f: F, )where F: FnMut(&mut Table, &str),
Visit the tables of a [StreamNode].
StreamNode