Type Definition rs_graph::vec::EdgeVec [] [src]

type EdgeVec<'a, G, T> = GraphVec<'a, G, GraphEdgeIndexer<'a, G>, T>;

Edge indexed vector.