Skip to main content

ContentValue

Type Alias ContentValue 

Source
pub type ContentValue = CssPropertyValue<Content>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(Content)