Skip to main content

FixedInteger

Type Alias FixedInteger 

Source
pub type FixedInteger = Fixed<38, 0>;
Expand description

A maximum-precision Fixed with no decimal places.

Aliased Typeยง

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