pub fn lines(rows: &[Row]) -> Vec<String>
The rendered dump: one line per row, columns aligned to the widest value in each. A function over the rows rather than a printer, so what the console shows is what a test can read.