☰
Trait GraphRef
Implementations on Foreign Types
&'a G
Implementors
Other items in
petgraph
::
visit
All crates
?
Trait
petgraph
::
visit
::
GraphRef
[
−
]
[src]
pub trait GraphRef:
Copy
+
GraphBase
{ }
Expand description
A copyable reference to a graph.
Implementations on Foreign Types
[src]
impl<'a, G>
GraphRef
for
&'a
G
where
G:
GraphBase
,
Implementors
[src]
impl<G:
GraphRef
>
GraphRef
for
Reversed
<G>