pub fn visit_fragment<F>(fragment: &mut StreamFragment, f: F)
Expand description
A utility for visiting and mutating the NodeBody
of the StreamNode
s in a
StreamFragment
recursively.
pub fn visit_fragment<F>(fragment: &mut StreamFragment, f: F)
A utility for visiting and mutating the NodeBody
of the StreamNode
s in a
StreamFragment
recursively.