pub type ZIndex = ZIndex<Integer>;
A specified value for the z-index property.
z-index
enum ZIndex { Integer(Integer), Auto, }
An integer value.
The keyword auto.
auto