pub trait ComparisonValue { type Integral: Default; // Required method fn value(&self) -> Self::Integral; }