petgraph
0.6.5
GraphRef
Implementations on Foreign Types
&'a G
Object Safety
Implementors
In petgraph::visit
Trait
petgraph
::
visit
::
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>