show_types

Function show_types 

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