☰
NodeTrait
NodeTrait
Implementors
In petgraph::graphmap
Structs
AllEdges
AllEdgesMut
Edges
EdgesDirected
GraphMap
Neighbors
NeighborsDirected
NodeIdentifiers
NodeReferences
Nodes
Ptr
Traits
NodeTrait
Type Definitions
DiGraphMap
UnGraphMap
?
Trait
petgraph
::
graphmap
::
NodeTrait
source
·
[
−
]
pub trait NodeTrait:
Copy
+
Ord
+
Hash
{ }
Expand description
A trait group for
GraphMap
’s node identifier.
Implementors
source
impl<N>
NodeTrait
for N
where
N:
Copy
+
Ord
+
Hash
,