pub fn visit_stream_node(stream_node: &StreamNode, f: impl FnMut(&NodeBody))
A utility for visiting the [NodeBody] of the [StreamNode]s recursively.
NodeBody
StreamNode