pub fn visit_stream_node<F>(stream_node: &mut StreamNode, f: F)
Expand description
A utility for visiting and mutating the NodeBody
of the StreamNode
s recursively.
pub fn visit_stream_node<F>(stream_node: &mut StreamNode, f: F)
A utility for visiting and mutating the NodeBody
of the StreamNode
s recursively.