Function show_diff_summary

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