Skip to main content

total_row

Function total_row 

Source
pub fn total_row<I, S>(cells: I) -> Vec<Cell>
where I: IntoIterator<Item = S>, S: Into<String>,
Expand description

Build a bold summary row (e.g. “TOTAL”). Cells inherit column alignment.