pub type FixedRepeat<'a> = RepeatFunction<NamedRepeatItems<'a, FixedSize<'a>>>;Expand description
https://drafts.csswg.org/css-grid-2/#typedef-fixed-repeat
<fixed-repeat> = repeat( [ <integer [1,∞]> ] , [ <line-names>? <fixed-size> ]+ <line-names>? )Aliased Type§
#[repr(C)]pub struct FixedRepeat<'a> {
pub name: Function,
pub count: PositiveNonZeroInt,
pub comma: Comma,
pub items: NamedRepeatItems<'a, FixedSize<'a>>,
pub close: RightParen,
}Fields§
§name: Function§count: PositiveNonZeroInt§comma: Comma§items: NamedRepeatItems<'a, FixedSize<'a>>§close: RightParen