fn node_to_insert_after(
body: &FunctionBody,
anchor: Anchor,
) -> Option<SyntaxNode>Expand description
find where to put extracted function definition
Function should be put right after returned node
fn node_to_insert_after(
body: &FunctionBody,
anchor: Anchor,
) -> Option<SyntaxNode>find where to put extracted function definition
Function should be put right after returned node