[−][src]Trait safe_graph::graph::node::NodeTrait
A trait group for Graph's node identifier.
Implementors
impl<N> NodeTrait for N where
N: Copy + Debug + Hash + Ord, [src]
N: Copy + Debug + Hash + Ord,
Implement the NodeTrait for all types satisfying bounds.