logo
pub fn accessible_descendents(
    root_item: &ItemRc,
    descendents: &mut impl Extend<ItemRc>
)
Expand description

Find accessible descendents of root_item.

This will recurse through all children of root_item, but will not recurse into nodes that are accessible.