pub type Row = Vec<Value>;
One returned row: a column-ordered vector of Values.
Value
pub struct Row { /* private fields */ }