pub fn visit_stream_node_cont<F>(stream_node: &StreamNode, f: F)
Expand description
A utility for to accessing the StreamNode
immutably. The returned bool is used to determine whether the access needs to continue.
pub fn visit_stream_node_cont<F>(stream_node: &StreamNode, f: F)
A utility for to accessing the StreamNode
immutably. The returned bool is used to determine whether the access needs to continue.