pub fn write_refactoring_targets_csv<W: Write>( rows: &[RefactoringTargetRow], w: &mut W, ) -> Result<()>
CSV emitter for the refactoring-targets analysis.
refactoring-targets
Propagates any write error from w.
w