U64F64

Type Alias U64F64 

Source
pub type U64F64 = FixedU128<U64>;
Expand description

FixedU128 with 64 integer bits and 64 fractional bits.

Aliased Typeยง

pub struct U64F64 { /* private fields */ }