pub trait MulCeil<Rhs = Self> { type Output; // Required method fn mul_ceil(self, rhs: Rhs) -> Self::Output; }