Skip to main content

EdgeKey

Type Alias EdgeKey 

Source
pub type EdgeKey = (String, String, String);
Expand description

Composite key uniquely identifying an edge in the graph: (source_id, target_id, relationship_name).