Skip to main content

GraphNode

Type Alias GraphNode 

Source
pub type GraphNode = (String, HashMap<Cow<'static, str>, Value>);
Expand description

Graph node: (node_id, properties)