Function item_children

Source
fn item_children<'doc>(
    parent: &'doc Item,
) -> Option<Box<dyn Iterator<Item = &'doc Id> + 'doc>>