pub fn format_row_line(
row_id: &str,
row: &RowStats,
elapsed: Duration,
) -> StringAvailable on crate feature
cli-progress only.Expand description
Format one row’s live line:
<row> <src>→<sink> <in> in / <out> out <rate>/s page <p> <elapsed>.
Pure so it can be unit-tested without a terminal.