Type Alias LengthU32

Source
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 */);