Type Alias style::str::CssString

source ·
pub type CssString = String;
Expand description

String. The comments for the Gecko types explain the need for this abstraction.

Aliased Type§

struct CssString {
    vec: Vec<u8>,
}

Fields§

§vec: Vec<u8>