Function any

Source
fn any(root: &StreamNode, p: &impl Fn(&StreamNode) -> bool) -> bool