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