Type Alias xmpp_parsers::xhtml::Css

source ·
pub type Css = Vec<Property>;
Expand description

A CSS style attribute value, as a list of properties.

Aliased Type§

struct Css { /* private fields */ }