Skip to main content

ResultRow

Type Alias ResultRow 

Source
pub type ResultRow = BTreeMap<String, Value>;
Expand description

Result row produced by RETURN / WITH (column name -> value).

Aliased Typeยง

pub struct ResultRow { /* private fields */ }