Type Alias fixed::types::U100F28

source ·
pub type U100F28 = FixedU128<U28>;
Expand description

FixedU128 with 100 integer bits and 28 fractional bits.

Aliased Type§

struct U100F28 { /* private fields */ }