Skip to main content

make_use_tree_from_parts

Function make_use_tree_from_parts 

Source
fn make_use_tree_from_parts(
    make: &SyntaxFactory,
    path: Option<Path>,
    list: Option<UseTreeList>,
    rename: Option<Rename>,
    star: bool,
) -> Option<UseTree>