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