pub trait NodeTrait: Copy + Ord + Hash { }
Expand description

A trait group for GraphMap’s node identifier.

Implementors