Trait nannou::ui::widget::graph::NodeId[][src]

pub trait NodeId: 'static + Copy + Clone + PartialEq<Self> + Eq + Hash + Send { }
Expand description

Traits required by types that may be used as a graph node identifier.

This trait has a blanket implementation for all types that satisfy the bounds.

Implementors