fn write_summary_table(
ctx: &RenderContext<'_>,
f: &mut impl Write,
duration: f64,
) -> CargoResult<()>Expand description
Render the summary table.
fn write_summary_table(
ctx: &RenderContext<'_>,
f: &mut impl Write,
duration: f64,
) -> CargoResult<()>Render the summary table.