pub fn visit_stream_node_body(
stream_node: &StreamNode,
f: impl FnMut(&NodeBody),
)Expand description
A utility for visiting the NodeBody of the StreamNodes recursively.
pub fn visit_stream_node_body(
stream_node: &StreamNode,
f: impl FnMut(&NodeBody),
)A utility for visiting the NodeBody of the StreamNodes recursively.