pub trait LADatum: Sized + Display + Debug + Copy + Clone + Zero + One + 'static + Add<Output = Self> + Sub<Output = Self> + Mul + AddAssign + MulAssign + PartialOrd + Bounded + Datum { }

Implementations on Foreign Types

Implementors