pub type DataRow = Vec<CellValue>;
A row of type-safe cell values
pub struct DataRow { /* private fields */ }