pub type StyleBackgroundContentVecValue = CssPropertyValue<StyleBackgroundContentVec>;Aliased Type§
#[repr(C, u8)]pub enum StyleBackgroundContentVecValue {
Auto,
None,
Initial,
Inherit,
Exact(StyleBackgroundContentVec),
}pub type StyleBackgroundContentVecValue = CssPropertyValue<StyleBackgroundContentVec>;#[repr(C, u8)]pub enum StyleBackgroundContentVecValue {
Auto,
None,
Initial,
Inherit,
Exact(StyleBackgroundContentVec),
}