Row

Type Alias Row 

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

A database row

Aliased Typeยง

pub struct Row { /* private fields */ }