Type Alias style::properties::generated::longhands::filter::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 [GenericFilter<Angle, NonNegativeFactor, ZeroToOneFactor, NonNegative<Length>, GenericSimpleShadow<Option<Color>, Length, Option<NonNegative<Length>>>, Impossible>],
}

Fields§

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