Type Alias tiny_skia_path::LengthU32
source · pub(crate) type LengthU32 = NonZeroU32;
Expand description
An integer length that is guarantee to be > 0
Aliased Type§
struct LengthU32(/* private fields */);
pub(crate) type LengthU32 = NonZeroU32;
An integer length that is guarantee to be > 0
struct LengthU32(/* private fields */);