pub trait Key: Copy + Eq + Hash + Ord + Debug + Display + for<'de> Deserialize<'de> + Serialize { }

Implementors