dag
0.1.0
Graph
Required Associated Types
NodeIndex
Object Safety
Implementors
In crate dag
?
Trait
dag
::
Graph
source
·
[
−
]
pub trait Graph { type
NodeIndex
: 'static +
Copy
+
Hash
+
Eq
+
PartialEq
+
Ord
; }
Required Associated Types
§
source
type
NodeIndex
: 'static +
Copy
+
Hash
+
Eq
+
PartialEq
+
Ord
Object Safety
§
This trait is
not
object safe
.
Implementors
§