syntax::ast::make

Function use_tree

source
pub fn use_tree(
    path: Path,
    use_tree_list: Option<UseTreeList>,
    alias: Option<Rename>,
    add_star: bool,
) -> UseTree