Row

Type Alias Row 

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

A single row of a query result

Aliased Typeยง

pub struct Row { /* private fields */ }