[][src]Trait kiss3d_conrod::widget::graph::NodeId

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

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 + Eq + Hash + Send
[src]

Loading content...