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>; }

Required methods

pub fn checked_mul(self, rhs: RHS) -> Result<Self, CoordinateOverflow>

Loading content...

Implementations on Foreign Types

impl CheckedArithMul<f64> for i32

impl CheckedArithMul<i32> for i32

impl CheckedArithMul<f64> for f64

Loading content...

Implementors

Loading content...