filter_tree

Function filter_tree 

Source
pub fn filter_tree<'a, Key, I>(
    root_node: DiagnosticsHierarchy<Key>,
    selectors: I,
) -> Option<DiagnosticsHierarchy<Key>>
where I: IntoIterator<Item = &'a TreeSelector>, Key: AsRef<str>,
Expand description

Filters a hierarchy given a tree selector.