☰
Trait GraphIndex
Implementors
Other items in
petgraph
::
graph
All crates
?
Trait
petgraph
::
graph
::
GraphIndex
[
−
]
[src]
pub trait GraphIndex:
Copy
{ }
Expand description
A
GraphIndex
is a node or edge index.
Implementors
[src]
impl<Ix:
IndexType
>
GraphIndex
for
EdgeIndex
<Ix>
[src]
impl<Ix:
IndexType
>
GraphIndex
for
NodeIndex
<Ix>