Skip to main content

lines

Function lines 

Source
pub fn lines(rows: &[Row]) -> Vec<String>
Expand description

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.