Skip to main content

Row

Type Alias Row 

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

A single result row.

Aliased Typeยง

pub struct Row { /* private fields */ }