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

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

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