pub type GapAutoRuleList<'a> = GapRuleList<'a>;Expand description
https://drafts.csswg.org/css-gaps-1/#typedef-gap-auto-rule-list
<gap-auto-rule-list> = <gap-rule-or-repeat>#? , <gap-auto-repeat-rule> , <gap-rule-or-repeat>#?Aliased Type§
pub struct GapAutoRuleList<'a>(pub CommaSeparated<'a, GapRuleOrRepeat<'a>>);Tuple Fields§
§0: CommaSeparated<'a, GapRuleOrRepeat<'a>>