Type Alias fixed::types::U65F63

source ·
pub type U65F63 = FixedU128<U63>;
Expand description

FixedU128 with 65 integer bits and 63 fractional bits.

Aliased Type§

struct U65F63 { /* private fields */ }