☰
GraphIndex
GraphIndex
Implementors
In petgraph::graph
Structs
Edge
EdgeIndex
EdgeIndices
EdgeReference
EdgeReferences
EdgeWeightsMut
Edges
EdgesConnecting
Externals
Frozen
Graph
Neighbors
Node
NodeIndex
NodeIndices
NodeReferences
NodeWeightsMut
WalkNeighbors
Traits
GraphIndex
IndexType
Functions
edge_index
node_index
Type Definitions
DefaultIx
DiGraph
UnGraph
?
Trait
petgraph
::
graph
::
GraphIndex
source
·
[
−
]
pub trait GraphIndex:
Copy
{ }
Expand description
A
GraphIndex
is a node or edge index.
Implementors
§
source
§
impl<Ix:
IndexType
>
GraphIndex
for
EdgeIndex
<Ix>
source
§
impl<Ix:
IndexType
>
GraphIndex
for
NodeIndex
<Ix>