Function print_table

Source
fn print_table(
    headers: Vec<Cell>,
    add_rows: impl FnOnce(&mut Table),
) -> Result<()>