pub trait IKey<K> { // Required method fn as_bytes(&self) -> &[u8] ⓘ; }
IKey is a trait which keys must satisfy.