Type Alias tiny_skia::LengthU32

source ·
pub(crate) type LengthU32 = NonZeroU32;
Expand description

An integer length that is guarantee to be > 0

Aliased Type§

struct LengthU32(/* private fields */);