filter_tree

Function filter_tree 

Source
pub fn filter_tree<Key>(
    root_node: DiagnosticsHierarchy<Key>,
    selectors: &[TreeSelector],
) -> Option<DiagnosticsHierarchy<Key>>
where Key: AsRef<str>,
Expand description

Filters a hierarchy given a tree selector.