pub type StateVec = SmallVec<[StyleState<&'static str>; 3]>;
Storage for style states
pub struct StateVec { /* private fields */ }