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<GenericBoxShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>, CSSPixelLength>>);

Tuple Fields§

§0: OwnedSlice<GenericBoxShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>, CSSPixelLength>>

Trait Implementations§