Skip to main content

Numeric

Type Alias Numeric 

Source
pub type Numeric = Decimal;
Expand description

MySQL accepts NUMERIC as an alias for DECIMAL.

Aliased Typeยง

pub struct Numeric;