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

type NodeVec<'a, G, T> = GraphVec<'a, G, GraphNodeIndexer<'a, G>, T>;

Node indexed vector.