Function visit_stream_node_cont_mut

Source
pub fn visit_stream_node_cont_mut<F>(stream_node: &mut StreamNode, f: F)
where F: FnMut(&mut StreamNode) -> bool,
Expand description

A utility for to accessing the [StreamNode] mutably. The returned bool is used to determine whether the access needs to continue.