pub type EdgeDetail = (String, String, f64, String);
Edge detail in a weighted path: (from_id, to_id, cost, relation).