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>>),
}pub type FlexBasis = FlexBasis<Size>;A computed value for the flex-basis property.
#[repr(C)]pub enum FlexBasis {
    Content,
    Size(GenericSize<NonNegative<LengthPercentage>>),
}