pub type ComputedList = OwnedList<T>;
Expand description
The computed value for this property.
Aliased Type§
struct ComputedList(pub SmallVec<[TimingFunction<i32, f32, PiecewiseLinearFunction>; 1]>);
Fields§
§0: SmallVec<[TimingFunction<i32, f32, PiecewiseLinearFunction>; 1]>