Trait automap::AutoBTreeMapKey[][src]

pub trait AutoBTreeMapKey: Clone + PartialOrd + Ord { }

The constraints on an AutoBTreeMap key

Implementors

impl<T> AutoBTreeMapKey for T where
    T: Clone + PartialOrd + Ord
[src]

Loading content...