fn out_edges_info<G, D>(graph: G, index_w: usize, index_v: usize) -> (D, bool)where G: NodeCount + IntoEdges + NodeIndexable + Sync, D: UnitMeasure + Copy + Send + Sync,