Skip to main content

AutoLineStyleListItem

Type Alias AutoLineStyleListItem 

Source
pub type AutoLineStyleListItem<'a> = LineStyleOrRepeat<'a>;

Aliased Type§

#[repr(C, u8)]
pub enum AutoLineStyleListItem<'a> { LineStyle(Value<'a, LineStyle>), RepeatFunction(RepeatFunction<NonEmpty<Vec<'a, LineStyle>>, AutoOr<PositiveNonZeroInt>>), }

Variants§