pub fn try_merge_trees(
make: &SyntaxFactory,
lhs: &UseTree,
rhs: &UseTree,
merge: MergeBehavior,
) -> Option<UseTree>Expand description
Merge rhs into lhs keeping both intact.
pub fn try_merge_trees(
make: &SyntaxFactory,
lhs: &UseTree,
rhs: &UseTree,
merge: MergeBehavior,
) -> Option<UseTree>Merge rhs into lhs keeping both intact.