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