Skip to main content

EdgeData

Type Alias EdgeData 

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

Edge data: (source_id, target_id, relationship_name, properties)