petgraph
0.6.5
Graph
Ref
Implementations on Foreign Types
&'a G
Object Safety
Implementors
In petgraph::
visit
petgraph
::
visit
Trait
GraphRef
Copy item path
source
pub trait GraphRef:
Copy
+
GraphBase
{ }
Expand description
A copyable reference to a graph.
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl<'a, G>
GraphRef
for
&'a G
where G:
GraphBase
,
Implementors
§
source
§
impl<G:
GraphRef
>
GraphRef
for
Reversed
<G>