Skip to main content

BoundedU32

Type Alias BoundedU32 

Source
pub type BoundedU32<const UPPER_BOUND: usize> = BoundedNumber<u32, UPPER_BOUND>;

Aliased Typeยง

pub struct BoundedU32<const UPPER_BOUND: usize>(/* private fields */);