pub trait SlopeTrickInt: Copy + Add<Output = Self> + AddAssign + Default + Ord { // Required method fn doz(self, rhs: Self) -> Self; }