1 2 3 4 5
/// Applied to a type that has a key pub trait Record { type Key; fn get_key(&self) -> Self::Key; }