Type Alias StrokeWidth

Source
pub type StrokeWidth = NonZeroPositiveF32;
Expand description

An alias to NonZeroPositiveF32.

Aliased Typeยง

#[repr(transparent)]
pub struct StrokeWidth(/* private fields */);