Trait rs_graph::graph::Node [] [src]

pub trait Node: Copy + Eq { }

A node in a graph.

Implementors