[][src]Trait safe_graph::node::NodeTrait

pub trait NodeTrait: Copy + Debug + Hash + Ord { }

A trait group for Graph's node identifier.

Implementors

impl<N> NodeTrait for N where
    N: Copy + Debug + Hash + Ord
[src]

Implement the NodeTrait for all types satisfying bounds.

Loading content...