pub fn format_minimal(
result: &TestResult,
_bytes: bool,
theme: Theme,
) -> Result<(), Error>Expand description
Minimal mode — ultra-compact: just “B+ 150.5↓ 25.3↑ 12ms”
§Errors
This function does not currently return errors, but the signature is
Result for future extensibility.