Skip to main content

build_expanded_import

Function build_expanded_import 

Source
fn build_expanded_import(
    ctx: &AssistContext<'_, '_>,
    builder: &mut SourceChangeBuilder,
    use_tree: UseTree,
    use_item: Use,
    target_module: Expandable,
    current_module: Module,
    reexport_public_items: bool,
)