Trait rs_graph::graph::Edge[][src]

pub trait Edge: Copy + Eq { }

An edge in a graph.

Implementors