Type Alias style::str::CssStringWriter

source ·
pub type CssStringWriter = String;
Expand description

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

Aliased Type§

struct CssStringWriter {
    vec: Vec<u8>,
}

Fields§

§vec: Vec<u8>