Decimal

Type Alias Decimal 

Source
pub type Decimal = D128;
Expand description

Re-export D128 as the Decimal type for use throughout the crate.

Aliased Typeยง

pub struct Decimal { /* private fields */ }