Skip to main content

EdgeDetail

Type Alias EdgeDetail 

Source
pub type EdgeDetail = (String, String, f64, String);
Expand description

Edge detail in a weighted path: (from_id, to_id, cost, relation).