pub trait JoinIdentifiable { type Key: PartialEq; // Required method fn join_key(&self) -> Self::Key; }