visit_stream_node_cont

Function visit_stream_node_cont 

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

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