pub fn format_dashboard(
result: &TestResult,
summary: &DashboardSummary,
) -> Result<(), SpeedtestError>Expand description
Format the full dashboard output.
ยงErrors
This function does not currently return errors, but the signature is
Result for future extensibility.