Type Alias Gap

Source
pub(crate) type Gap = GenericLengthPercentageOrNormal<NonNegative<LengthPercentage>>;

Aliased Type§

#[repr(C, u8)]
pub(crate) enum Gap { LengthPercentage(NonNegative<LengthPercentage>), Normal, }

Variants§

§

LengthPercentage(NonNegative<LengthPercentage>)

§

Normal