pub fn visit_fragment_mut( fragment: &mut StreamFragment, f: impl FnMut(&mut NodeBody), )
A utility for visiting and mutating the [NodeBody] of the [StreamNode]s in a [StreamFragment] recursively.
NodeBody
StreamNode
StreamFragment