generate_code::types

Function for_each_use_item

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