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