Re-exports
pub use crate::numeric_support::error::Error;
Structs
- A plain Postgres SQL
NUMERICwith default precision and scale values. This is a sufficient type to represent any Rust primitive value fromi128::MINtou128::MAXand anything in between. - A wrapper around the Postgres SQL
NUMERIC(P, S)type. ItsPrecisionandScalevalues are known at compile-time to assist with scale conversions and general type safety.
Enums
- Which way does a
AnyNumericsign face?