Trait graphific::Key[][src]

pub trait Key: Clone + Copy + PartialEq + Eq + PartialOrd + Ord + Hash { }

An interface used as an helper to implement a key.

Implementors

impl<T: Copy + Hash + Ord> Key for T[src]

Loading content...