pub trait SqlNumeric: Sealed { }Expand description
Marks numeric SQL value types that support same-type arithmetic.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait SqlNumeric: Sealed { }Marks numeric SQL value types that support same-type arithmetic.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".