Trait indextreemap::Key
source · pub trait Key: Send + Sync + ToString + FromStr + Debug + Display + Default + Clone + Unpin + Eq + Ord + Hash + Display + 'static {
// Required method
fn new(self) -> Self;
// Provided method
fn compare_keys(&self, key: &Self) -> Ordering { ... }
}