Type Alias Decimal

Source
pub type Decimal = D128;
Expand description

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

Aliased Typeยง

#[repr(C)]
pub struct Decimal { /* private fields */ }