pub type Printer<'a, 'b, 'c, W> = Printer<'a, 'b, 'c, W>;
The destination to output serialized attribute and CSS values
pub struct Printer<'a, 'b, 'c, W> { /* private fields */ }