Skip to main content

format_detailed

Function format_detailed 

Source
pub fn format_detailed(
    result: &TestResult,
    bytes: bool,
    dl_bytes: u64,
    ul_bytes: u64,
    dl_duration: f64,
    ul_duration: f64,
    skipped: SkipState,
    elapsed: Duration,
    profile: UserProfile,
    minimal: bool,
    theme: Theme,
) -> Result<(), Error>
Expand description

Detailed mode — clean key/value pairs.

§Errors

This function does not currently return errors, but the signature is Result for future extensibility.