pub fn visit_fragment_mut(
fragment: &mut StreamFragment,
f: impl FnMut(&mut NodeBody),
)Expand description
A utility for visiting and mutating the NodeBody of the StreamNodes in a
StreamFragment recursively.
pub fn visit_fragment_mut(
fragment: &mut StreamFragment,
f: impl FnMut(&mut NodeBody),
)A utility for visiting and mutating the NodeBody of the StreamNodes in a
StreamFragment recursively.