Row

Type Alias Row 

Source
pub type Row = Vec<Value>;
Expand description

A row of query results.

Aliased Typeยง

pub struct Row { /* private fields */ }