Searched defs:SerStableGraph (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/stable_graph/ |
D | serialization.rs | 26 pub struct SerStableGraph<'a, N: 'a, E: 'a, Ix: 'a + IndexType> { struct 27 nodes: Somes<&'a [Node<Option<N>, Ix>]>, 28 node_holes: Holes<&'a [Node<Option<N>, Ix>]>, 29 edge_property: EdgeProperty, 31 edges: &'a [Edge<Option<E>, Ix>],
|