pub trait Arithmetic: Copy + PartialOrd { }Expand description
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementations on Foreign Types§
impl Arithmetic for bool
impl Arithmetic for f16
Available on crate feature
f16 only.impl Arithmetic for f32
impl Arithmetic for f64
impl Arithmetic for f128
Available on crate feature
f128 only.