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