Trait automap::AutoHashMapKey[][src]

pub trait AutoHashMapKey: Clone + Hash + PartialEq + Eq { }

The constraints on an AutoHashMap key

Implementors

impl<T> AutoHashMapKey for T where
    T: Clone + Hash + PartialEq + Eq
[src]

Loading content...