pub type UnsignedVariableFloat<const BITS: u8, const FRACTION_DIGITS: u8> = SerdeFloat<false, true, BITS, FRACTION_DIGITS>;
pub struct UnsignedVariableFloat<const BITS: u8, const FRACTION_DIGITS: u8> { /* private fields */ }