☰
bevy
0.13.0
GraphIndex
Object Safety
Implementors
In bevy::utils::petgraph::graph
?
Trait
bevy
::
utils
::
petgraph
::
graph
::
GraphIndex
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>
GraphIndex
for
EdgeIndex
<Ix>
where Ix:
IndexType
,
source
§
impl<Ix>
GraphIndex
for
NodeIndex
<Ix>
where Ix:
IndexType
,