pub trait MKMapKey: PartialEq + Eq + PartialOrd + Ord + Clone + Hash + Into<MKTreeNode> { }
Expand description

The trait implemented by the keys of a MKMap

Object Safety§

This trait is not object safe.

Implementors§