Function show_types

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