Skip to main content

CollectedRows

Type Alias CollectedRows 

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

Rows as list of maps: column name -> JSON value. Used by bindings and collect.

Aliased Typeยง

pub struct CollectedRows { /* private fields */ }