pub type StyleVerticalAlignValue = CssPropertyValue<StyleVerticalAlign>;Aliased Type§
#[repr(C, u8)]pub enum StyleVerticalAlignValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(StyleVerticalAlign),
}pub type StyleVerticalAlignValue = CssPropertyValue<StyleVerticalAlign>;#[repr(C, u8)]pub enum StyleVerticalAlignValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(StyleVerticalAlign),
}