pub fn format_csv(
result: &TestResult,
delimiter: char,
print_header: bool,
) -> Result<(), SpeedtestError>Expand description
Output test results as CSV to stdout.
ยงErrors
Returns SpeedtestError::Csv if CSV serialization fails.
pub fn format_csv(
result: &TestResult,
delimiter: char,
print_header: bool,
) -> Result<(), SpeedtestError>Output test results as CSV to stdout.
Returns SpeedtestError::Csv if CSV serialization fails.