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