pub type Row = Vec<String>;
A row in the table (vector of cell values).
pub struct Row { /* private fields */ }