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