Skip to main content

ComputedList

Type Alias ComputedList 

Source
pub type ComputedList = OwnedList<T>;
Expand description

The computed value for this property.

Aliased Type§

pub struct ComputedList(pub OwnedSlice<GenericFilter<Angle, f32, CSSPixelLength, GenericSimpleShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>>, Impossible>>);

Tuple Fields§

§0: OwnedSlice<GenericFilter<Angle, f32, CSSPixelLength, GenericSimpleShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>>, Impossible>>

Trait Implementations§