☰
NodeTrait
Implementors
In swc_fast_graph::digraph
?
Trait
swc_fast_graph
::
digraph
::
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
,