pub type LengthOrAuto = GenericLengthPercentageOrAuto<Length>;
Expand description
Either a computed <length>
or the auto
keyword.
Aliased Type§
#[repr(C, u8)]pub enum LengthOrAuto {
LengthPercentage(CSSPixelLength),
Auto,
}
pub type LengthOrAuto = GenericLengthPercentageOrAuto<Length>;
Either a computed <length>
or the auto
keyword.
#[repr(C, u8)]pub enum LengthOrAuto {
LengthPercentage(CSSPixelLength),
Auto,
}