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

type IndexEdgeVec<'a, G, T> = IndexItemVec<'a, G, T, EdgeIndexer>;

Edge indexed vector.