Skip to main content

Row

Type Alias Row 

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

One returned row: a column-ordered vector of Values.

Aliased Type§

pub struct Row { /* private fields */ }