Skip to main content

Iter

Type Alias Iter 

Source
pub type Iter<'a, 'cx, 'cx_a> = ComputedVecIter<'a, 'cx, 'cx_a, SpecifiedValue>;

Aliased Type§

pub struct Iter<'a, 'cx, 'cx_a> {
    cx: &'cx Context<'cx_a>,
    values: &'a [GenericFilter<Angle, FilterFactor, Length, GenericSimpleShadow<Option<Color>, Length, Option<NonNegative<Length>>>, Impossible>],
}

Fields§

§cx: &'cx Context<'cx_a>§values: &'a [GenericFilter<Angle, FilterFactor, Length, GenericSimpleShadow<Option<Color>, Length, Option<NonNegative<Length>>>, Impossible>]