Trait fyrox_ui::numeric::NumericType
source · pub trait NumericType: NumAssign + FromStr + Clone + Copy + NumOps + PartialOrd + Display + Bounded + Debug + Send + Sync + NumCast + Default + Reflect + 'static { }
Expand description
Numeric type is a trait, that has all required traits of a number type. It is used as a useful abstraction over all machine numeric types.