Skip to main content

try_merge_trees_with_factory

Function try_merge_trees_with_factory 

Source
fn try_merge_trees_with_factory(
    lhs: UseTree,
    rhs: UseTree,
    merge: MergeBehavior,
    make: &SyntaxFactory,
) -> Option<UseTree>