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ยง
#[repr(C)]pub struct SubpropertiesVec<T> { /* private fields */ }