pub trait NumericType: NumAssign + FromStr + Clone + Copy + NumOps + PartialOrd + Display + Bounded + Debug + Send + Sync + NumCast + Default + Reflect + 'static { }