Skip to main content

format_row_line

Function format_row_line 

Source
pub fn format_row_line(
    row_id: &str,
    row: &RowStats,
    elapsed: Duration,
) -> String
Available 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.