Skip to main content

Row

Type Alias Row 

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

A row is an ordered list of values matching a schema.

Aliased Type§

pub struct Row { /* private fields */ }