pub type RefactoringSuggestion = RefactoringSuggestion;Aliased Type§
pub struct RefactoringSuggestion {
pub kind: RefactoringKind,
pub description: String,
pub estimated_savings: usize,
}Fields§
§kind: RefactoringKindWhat kind of refactoring is suggested.
description: StringHuman-readable description of the suggestion.
estimated_savings: usizeEstimated lines that could be eliminated.