[][src]Trait petgraph::visit::GraphRef

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]

Loading content...

Implementors

impl<G: GraphRef> GraphRef for Reversed<G>[src]

Loading content...