Type Alias style::properties::generated::longhands::box_shadow::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 [GenericBoxShadow<Option<Color>, Length, Option<NonNegative<Length>>, Option<Length>>],
}
Fields§
§cx: &'cx Context<'cx_a>
§values: &'a [GenericBoxShadow<Option<Color>, Length, Option<NonNegative<Length>>, Option<Length>>]