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