pub fn show_diff_summary(
formatter: &mut dyn Formatter,
tree_diff: BoxStream<'_, CopiesTreeDiffEntry>,
path_converter: &RepoPathUiConverter,
) -> Result<(), DiffRenderError>pub fn show_diff_summary(
formatter: &mut dyn Formatter,
tree_diff: BoxStream<'_, CopiesTreeDiffEntry>,
path_converter: &RepoPathUiConverter,
) -> Result<(), DiffRenderError>