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