pub type Row = Vec<String>;
Row represents one line in the table.
pub struct Row { /* private fields */ }