Home
last modified time | relevance | path

Searched defs:DeserStableGraph (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/stable_graph/
Dserialization.rs41 pub struct DeserStableGraph<N, E, Ix> { struct
43 nodes: Vec<Node<Option<N>, Ix>>,
45 node_holes: Vec<NodeIndex<Ix>>,
46 edge_property: EdgeProperty,
48 edges: Vec<Edge<Option<E>, Ix>>,