Skip to main content

CypherRow

Type Alias CypherRow 

Source
pub type CypherRow = BTreeMap<String, CypherValue>;
Expand description

One projected row.

Aliased Typeยง

pub struct CypherRow { /* private fields */ }