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