pub trait LADatum:
Sized
+ Display
+ Debug
+ Copy
+ Clone
+ Zero<Output = Self>
+ One
+ 'static
+ Add
+ Sub<Output = Self>
+ Mul
+ AddAssign
+ PartialOrd
+ Bounded
+ Datum { }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.