pub fn plan_replace_symbol(
ctx: &RefactoringContext,
file: &Path,
content: &str,
loc: &SymbolLocation,
new_code: &str,
) -> PlannedEditExpand description
Plan replacement of a symbol’s content.
pub fn plan_replace_symbol(
ctx: &RefactoringContext,
file: &Path,
content: &str,
loc: &SymbolLocation,
new_code: &str,
) -> PlannedEditPlan replacement of a symbol’s content.