petgraph
0.6.5
Graph
Index
Object Safety
Implementors
In petgraph::
graph
petgraph
::
graph
Trait
GraphIndex
Copy item path
source
pub trait GraphIndex:
Copy
{ }
Expand description
A
GraphIndex
is a node or edge index.
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<Ix:
IndexType
>
GraphIndex
for
EdgeIndex
<Ix>
source
§
impl<Ix:
IndexType
>
GraphIndex
for
NodeIndex
<Ix>