pub fn visit_fragment(fragment: &StreamFragment, f: impl FnMut(&NodeBody))
Expand description
A utility for visiting the NodeBody
of the StreamNode
s in a
StreamFragment
recursively.
pub fn visit_fragment(fragment: &StreamFragment, f: impl FnMut(&NodeBody))
A utility for visiting the NodeBody
of the StreamNode
s in a
StreamFragment
recursively.