Function for_each_use_item

Source
fn for_each_use_item(
    path: &[Ident],
    tree: &UseTree,
    op: &mut impl FnMut(Ident, Path),
)