Row

Type Alias Row 

Source
pub type Row = HashMap<String, Value>;
Expand description

A row of data (field name -> value mapping)

Aliased Typeยง

pub struct Row { /* private fields */ }