pub(crate) type LengthU32 = NonZeroU32;
Expand description
An integer length that is guarantee to be > 0
Aliased Typeยง
#[repr(transparent)]pub(crate) struct LengthU32(/* private fields */);
pub(crate) type LengthU32 = NonZeroU32;
An integer length that is guarantee to be > 0
#[repr(transparent)]pub(crate) struct LengthU32(/* private fields */);