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

pub trait NodeId: 'static + Clone + PartialEq<Self> + Eq + Send + Copy + 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

impl<T> NodeId for T where
    T: 'static + Copy + Clone + PartialEq<T> + Eq + Hash + Send
[src]

Loading content...