pub type FixedInteger = Fixed<38, 0>;
A maximum-precision Fixed with no decimal places.
Fixed
pub struct FixedInteger(/* private fields */);