Skip to main content

StringSetValue

Type Alias StringSetValue 

Source
pub type StringSetValue = CssPropertyValue<StringSet>;

Aliased Type§

#[repr(C, u8)]
pub enum StringSetValue { Auto, None, Initial, Inherit, Revert, Unset, Exact(StringSet), }

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(StringSet)