pub(crate) type Gap = GenericLengthPercentageOrNormal<NonNegative<LengthPercentage>>;
Aliased Type§
#[repr(C, u8)]pub(crate) enum Gap {
LengthPercentage(NonNegative<LengthPercentage>),
Normal,
}
pub(crate) type Gap = GenericLengthPercentageOrNormal<NonNegative<LengthPercentage>>;
#[repr(C, u8)]pub(crate) enum Gap {
LengthPercentage(NonNegative<LengthPercentage>),
Normal,
}