Skip to main content

Row

Type Alias Row 

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

Query result row as a HashMap of column name -> string value.

Aliased Typeยง

pub struct Row { /* private fields */ }