Skip to main content

Dec128

Type Alias Dec128 

Source
pub type Dec128 = Decimal<u128>;
Expand description

The 128-bit decimal type, with about 36 significant digits in base-10 and scale in [0, 36].

Aliased Typeยง

pub struct Dec128(/* private fields */);