Trait petgraph::visit::GraphRef
[−]
[src]
pub trait GraphRef: Copy + GraphBase { }
A copyable reference to a graph.
Implementors
impl<G: GraphRef> GraphRef for Reversed<G>
impl<'a, G> GraphRef for &'a G where G: GraphBase
impl<G: GraphRef> GraphRef for AsUndirected<G>