Skip to main content

LayoutGapValue

Type Alias LayoutGapValue 

Source
pub type LayoutGapValue = CssPropertyValue<LayoutGap>;

Aliased Type§

#[repr(C, u8)]
pub enum LayoutGapValue { Auto, None, Initial, Inherit, Revert, Unset, Exact(LayoutGap), }

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(LayoutGap)