Skip to main content

DataRow

Type Alias DataRow 

Source
pub type DataRow = Vec<CellValue>;
Expand description

A row of type-safe cell values

Aliased Typeยง

pub struct DataRow { /* private fields */ }