pub trait Coordinate: Copy + PartialEq { }
Expand description

Representention of where is the node in graph.

Implementations on Foreign Types

Implementors