StateVec

Type Alias StateVec 

Source
pub type StateVec = SmallVec<[StyleState<&'static str>; 3]>;
Expand description

Storage for style states

Aliased Typeยง

pub struct StateVec { /* private fields */ }