Type Alias FlexBasis

Source
pub type FlexBasis = FlexBasis<Size>;
Expand description

A computed value for the flex-basis property.

Aliased Type§

#[repr(C)]
pub enum FlexBasis { Content, Size(GenericSize<NonNegative<LengthPercentage>>), }

Variants§

§

Content

content

§

Size(GenericSize<NonNegative<LengthPercentage>>)

<width>

Implementations§

Source§

impl FlexBasis

Source

pub fn auto() -> Self

auto