pub type AutoLineStyleList<'a> = LineStyleList<'a>;Expand description
https://drafts.csswg.org/css-gaps-1/#typedef-auto-line-style-list
<auto-line-style-list> = [ <line-style-or-repeat> ]* <auto-repeat-line-style> [ <line-style-or-repeat> ]*Aliased Type§
#[repr(C)]pub struct AutoLineStyleList<'a>(pub NonEmpty<Vec<'a, LineStyleOrRepeat<'a>>>);Tuple Fields§
§0: NonEmpty<Vec<'a, LineStyleOrRepeat<'a>>>