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