Type Alias layout_2020::taffy::stylo_taffy::convert::stylo::Gap
source · pub(crate) type Gap = GenericLengthPercentageOrNormal<NonNegative<LengthPercentage>>;
Aliased Type§
enum Gap {
LengthPercentage(NonNegative<LengthPercentage>),
Normal,
}