Type Alias style::properties::generated::longhands::background_repeat::computed_value::Iter
source · pub type Iter<'a, 'cx, 'cx_a> = ComputedVecIter<'a, 'cx, 'cx_a, SpecifiedValue>;
Aliased Type§
struct Iter<'a, 'cx, 'cx_a> {
cx: &'cx Context<'cx_a>,
values: &'a [BackgroundRepeat],
}
Fields§
§cx: &'cx Context<'cx_a>
§values: &'a [BackgroundRepeat]