Trait rs_graph::graph::Edge

source ·
pub trait Edge: Copy + Eq { }
Expand description

An edge in a graph.

Implementors