pub trait NumericValue: Sized { }Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementations on Foreign Types§
impl NumericValue for f32
impl NumericValue for f64
impl NumericValue for i8
impl NumericValue for i16
impl NumericValue for i32
impl NumericValue for i64
impl NumericValue for u8
impl NumericValue for u16
impl NumericValue for u32
impl NumericValue for u64
Implementors§
impl NumericValue for BigDecimal
Available on crate feature
with-bigdecimal only.impl NumericValue for Decimal
Available on crate feature
with-rust_decimal only.