pub trait IdEq { // Required method fn eq(&self, other: &Self) -> bool; }
Similar to PartialEq, but only intended for use when comparing Ids