Trait otter_api_tests::geometry::CheckedArithMul [−]
pub trait CheckedArithMul<RHS>: 'static + Copy + Clone + Debug where
RHS: 'static + Copy + Clone + Debug, { pub fn checked_mul(self, rhs: RHS) -> Result<Self, CoordinateOverflow>; }