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