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