LayoutFlexWrapValue

Type Alias LayoutFlexWrapValue 

Source
pub type LayoutFlexWrapValue = CssPropertyValue<LayoutFlexWrap>;

Aliased Type§

#[repr(C, u8)]
pub enum LayoutFlexWrapValue { Auto, None, Initial, Inherit, Exact(LayoutFlexWrap), }

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(LayoutFlexWrap)