Skip to main content
Subgraph
petgraph
0.8.3
Subgraph
Aliased Type
In petgraph::
algo::
steiner_
tree
petgraph
::
algo
::
steiner_tree
Type Alias
Subgraph
Copy item path
Source
type Subgraph<G> =
HashSet
<<G as
GraphBase
>::
NodeId
>;
Aliased Type
ยง
struct Subgraph<G> {
/* private fields */
}