Skip to main content

NumericValue

Trait NumericValue 

Source
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§

Source§

impl NumericValue for f32

Source§

impl NumericValue for f64

Source§

impl NumericValue for i8

Source§

impl NumericValue for i16

Source§

impl NumericValue for i32

Source§

impl NumericValue for i64

Source§

impl NumericValue for u8

Source§

impl NumericValue for u16

Source§

impl NumericValue for u32

Source§

impl NumericValue for u64

Implementors§

Source§

impl NumericValue for BigDecimal

Available on crate feature with-bigdecimal only.
Source§

impl NumericValue for Decimal

Available on crate feature with-rust_decimal only.