pub trait GraphRef: Copy + GraphBase { }
Expand description

A copyable reference to a graph.

Implementations on Foreign Types§

source§

impl<'a, G> GraphRef for &'a Gwhere G: GraphBase,

Implementors§

source§

impl<G> GraphRef for Reversed<G>where G: GraphRef,