Searched defs:SerGraph (Results 1 – 1 of 1) sorted by relevance
43 pub struct SerGraph<'a, N: 'a, E: 'a, Ix: 'a + IndexType> { struct45 nodes: &'a [Node<N, Ix>],46 node_holes: &'a [NodeIndex<Ix>],47 edge_property: EdgeProperty,49 edges: &'a [Edge<E, Ix>],