pub trait Number: Num + FromPrimitive + ToPrimitive + Copy + PartialOrd + NumCast { }

Implementors