Trait rs_graph::graph::Node

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

A node in a graph.

Implementors