pub type FlowIntoValue = CssPropertyValue<FlowInto>;
#[repr(C, u8)]pub enum FlowIntoValue { Auto, None, Initial, Inherit, Revert, Unset, Exact(FlowInto), }