Type Alias style::properties::SubpropertiesVec
source · pub type SubpropertiesVec<T> = ArrayVec<T, { property_counts::MAX_SHORTHAND_EXPANDED }>;
Expand description
An ArrayVec of subproperties, contains space for the longest shorthand except all.
Aliased Type§
struct SubpropertiesVec<T> { /* private fields */ }