pub type TableRow = Vec<TableCell>;
A table row is a vector of cells (columns).
struct TableRow { /* private fields */ }