Type Alias fixed::types::U96F32

source ·
pub type U96F32 = FixedU128<U32>;
Expand description

FixedU128 with 96 integer bits and 32 fractional bits.

Aliased Type§

struct U96F32 { /* private fields */ }