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

type NodeSliceMut<'a, 'b, G, T> = GraphSliceMut<'a, 'b, G, GraphNodeIndexer<'a, G>, T>;

Mutable slice of a node indexed vector.