Trait Alias total_space::KeyLike[][src]

trait KeyLike = Eq + Hash + Copy + Debug + Sized;

A trait for anything we use as a key in a HashMap.