Skip to main content

header_row

Function header_row 

Source
pub fn header_row<R>(
    rows: &mut TableRows<'_>,
    content: impl FnOnce(&mut TableCells<'_>) -> R,
) -> R
Expand description

Add a header row to the table